codope commented on code in PR #8076:
URL: https://github.com/apache/hudi/pull/8076#discussion_r1241710553


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieInternalConfig.java:
##########
@@ -37,6 +38,13 @@ public class HoodieInternalConfig extends HoodieConfig {
       .markAdvanced()
       .withDocumentation("Schema set for row writer/bulk insert.");
 
+  public static final ConfigProperty<String> 
BULKINSERT_OVERWRITE_OPERATION_TYPE = ConfigProperty
+      .key("hoodie.bulkinsert.overwrite.operation.type")
+      .noDefaultValue()

Review Comment:
   Let's also mark it advanced (`.markAdvanced()`). 



-- 
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]

Reply via email to