codope commented on code in PR #6239:
URL: https://github.com/apache/hudi/pull/6239#discussion_r933077438
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieWriteConfig.java:
##########
@@ -2447,6 +2447,11 @@ public Builder withAllowMultiWriteOnSameInstant(boolean
allow) {
return this;
}
+ public Builder withArchiveBeyondSavepoint(boolean allow) {
Review Comment:
Would be preferable to have single builder method for this config. Can't we
reuse the one in `HoodieArchivalConfig`?
--
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]