danny0405 commented on code in PR #13066:
URL: https://github.com/apache/hudi/pull/13066#discussion_r2024093222
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieInternalConfig.java:
##########
@@ -52,6 +52,12 @@ public class HoodieInternalConfig extends HoodieConfig {
.markAdvanced()
.withDocumentation("Inner configure to pass static partition paths to
executors for SQL operations.");
+ public static final ConfigProperty<WriteOperationType>
BULK_INSERT_WRITE_OPERATION_TYPE = ConfigProperty
Review Comment:
Can we eliminate it, it does not make sense to introduce a sub-type and a
default value is itself.
--
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]