Skip to content

How could I know which payload class is using for record combine #17506

@bithw1

Description

@bithw1

I have created a hudi table using following spark sql, but when I look at the .hoodie.properties or run show create table, there is no payload class there,

How could I know which payload class this table is using when doing record combine, i want to know the combine logic when I am using the table.

CREATE TABLE IF NOT EXISTS hudi_cow_15 (
  a INT,
  b INT,
  c INT
) 

USING hudi

tblproperties(
type='cow',
primaryKey='a',
preCombineField='c'
)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions