garyli1019 commented on a change in pull request #4679: URL: https://github.com/apache/hudi/pull/4679#discussion_r816534775
########## File path: hudi-flink/src/main/java/org/apache/hudi/configuration/FlinkOptions.java ########## @@ -310,6 +318,20 @@ private FlinkOptions() { + "Actual value will be obtained by invoking .toString() on the field value. Nested fields can be specified using " + "the dot notation eg: `a.b.c`"); + public static final ConfigOption<String> INDEX_KEY_FIELD = ConfigOptions + .key(HoodieIndexConfig.BUCKET_INDEX_HASH_FIELD.key()) + .stringType() + .defaultValue("uuid") Review comment: ok, two vote to define this. fixed -- 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