bithw1 commented on issue #12013: URL: https://github.com/apache/hudi/issues/12013#issuecomment-2378218107
> The non-partitioned key generator is right, did you specify the key generator on Spark side? I don't think non-partitioned key generator is right here. When I am creating the hudi table using flink sql, I have explicitly specified the key generator as `ComplexAvroKeyGenerator`. But, it is saved in the hoodies.properties as `hoodie.table.keygenerator.class=org.apache.hudi.keygen.NonpartitionedAvroKeyGenerator` From the spark side, I only insert one record `insert into test_hudi_flink_mor_2 select 3,3, 3`, and don't do any DDL . What I am doing is to create an hudi table from flink sql and use it from spark sql -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
