parisni commented on PR #9936: URL: https://github.com/apache/hudi/pull/9936#issuecomment-1894379859
@hehuiyuan plz let me know what version of hudi did you used for your analysis ? I am not able to reproduce the bellow statement on 0.13.1 and 0.14.0. Before your PR, all of them produce a record_key of the form `field_name:value`: ``` the table bulk_insert_c has one prmary key field and one partition field , the value of _hoodie_record_key field : +I[017bfd50abc0e6903e0d566318eefe9c15385459d584f012ebd76c3ac1132d035ba0e7411d009f4ab72c16eaee72d4edbd72] the table bulk_insert_d has one primay key and two partition fields, the value of _hoodie_record_key field : +I[017bfd50abc0e6903e0d566318eefe9c15385459d584f012ebd76c3ac1132d035ba0e7411d009f4ab72c16eaee72d4edbd72] the table upsert_c has one prmary key field and one partition field , the value of _hoodie_record_key field : +I[017bfd50abc0e6903e0d566318eefe9c15385459d584f012ebd76c3ac1132d035ba0e7411d009f4ab72c16eaee72d4edbd72] ``` -- 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]
