vinothchandar commented on code in PR #13236:
URL: https://github.com/apache/hudi/pull/13236#discussion_r2078164651
##########
hudi-cli/src/test/java/org/apache/hudi/cli/integ/ITTestClusteringCommand.java:
##########
@@ -175,6 +175,7 @@ private void generateCommits() throws IOException {
// Create the write client to write some records in
HoodieWriteConfig cfg = HoodieWriteConfig.newBuilder().withPath(basePath)
+ .withAutoCommit(false)
Review Comment:
why not first remove `autoCommit` in the first PR.. and land that?
--
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]