yihua commented on code in PR #8936:
URL: https://github.com/apache/hudi/pull/8936#discussion_r1226842880
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieWriteConfig.java:
##########
@@ -2981,11 +2910,6 @@ public Builder withAsyncConflictDetectorPeriodMs(long
periodMs) {
return this;
}
- public Builder withEarlyConflictDetectionCheckCommitConflict(boolean
enable) {
Review Comment:
Could we keep all of the getters and setters as these can still be useful
for constructing and using the write config?
--
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]