nsivabalan commented on code in PR #8107: URL: https://github.com/apache/hudi/pull/8107#discussion_r1131833317
########## hudi-common/src/main/java/org/apache/hudi/common/table/HoodieTableConfig.java: ########## @@ -260,6 +260,18 @@ public class HoodieTableConfig extends HoodieConfig { .sinceVersion("0.13.0") .withDocumentation("The metadata of secondary indexes"); + public static final ConfigProperty<String> AUTO_GENERATE_RECORD_KEYS = ConfigProperty + .key("hoodie.table.auto.generate.record.keys") + .defaultValue("false") + .withDocumentation("Enables automatic generation of the record-keys in cases when dataset bears " Review Comment: yes and no. We do infer key gen class. So, for simple, Complex and NonPartitioned, users don't need to explicitly set any key gen class. but for timestamp based or custom, they need to. -- 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: commits-unsubscr...@hudi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org