Now,Hudi table only support no partitioned and simpled key . In business , need complexed keys
JIRA info
Comments
30/Jan/21 09:36;hainanzhongjian;Override the NonpartitionedKeyGenerator class and extends the ComplexKeyGenerator class . eg:
public class NonpartitionedComplexKeyGenerator extends ComplexKeyGenerator ;;;
Now,Hudi table only support no partitioned and simpled key . In business , need complexed keys
JIRA info
Comments
30/Jan/21 09:36;hainanzhongjian;Override the NonpartitionedKeyGenerator class and extends the ComplexKeyGenerator class . eg:
public class NonpartitionedComplexKeyGenerator extends ComplexKeyGenerator ;;;