danny0405 commented on code in PR #13403: URL: https://github.com/apache/hudi/pull/13403#discussion_r2133203778
########## hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/configuration/FlinkOptions.java: ########## @@ -163,6 +163,13 @@ private FlinkOptions() { .withDescription("The default partition name in case the dynamic partition" + " column value is null/empty string"); + @AdvancedConfig + public static final ConfigOption<Boolean> EXTRA_METADATA_ENABLED = ConfigOptions + .key("extra.metadata.enabled") Review Comment: write.extra.metadata.enabled -- 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