danny0405 commented on code in PR #9287:
URL: https://github.com/apache/hudi/pull/9287#discussion_r1284478407
##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/configuration/FlinkOptions.java:
##########
@@ -613,6 +614,16 @@ private FlinkOptions() {
.defaultValue(128)
.withDescription("Sort memory in MB, default 128MB");
+ @AdvancedConfig
+ public static final ConfigOption<String> PARTITION_OVERWRITE_MODE =
ConfigOptions
+ .key("partition.overwrite.mode")
Review Comment:
I saw the spark option name is `hoodie.datasource.overwrite.mode`, maybe we
should name it `write.partition.overwrite.mode` because it should be a write
operation mode.
--
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]