danny0405 commented on code in PR #7760: URL: https://github.com/apache/hudi/pull/7760#discussion_r1089676727
########## hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/configuration/FlinkOptions.java: ########## @@ -168,12 +169,11 @@ private FlinkOptions() { public static final ConfigOption<String> SUPPLEMENTAL_LOGGING_MODE = ConfigOptions .key("cdc.supplemental.logging.mode") .stringType() - .defaultValue("cdc_data_before_after") // default record all the change log images + .defaultValue(op_key_only.name()) .withFallbackKeys(HoodieTableConfig.CDC_SUPPLEMENTAL_LOGGING_MODE.key()) Review Comment: Just create one: https://issues.apache.org/jira/browse/HUDI-5636 -- 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