yihua commented on code in PR #13229:
URL: https://github.com/apache/hudi/pull/13229#discussion_r2103602286


##########
hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/client/functional/TestHoodieMetadataBase.java:
##########
@@ -331,7 +331,6 @@ protected HoodieWriteConfig.Builder 
getWriteConfigBuilder(HoodieFailedWritesClea
     Properties properties = new Properties();
     return 
HoodieWriteConfig.newBuilder().withPath(basePath).withSchema(TRIP_EXAMPLE_SCHEMA)
         .withParallelism(2, 
2).withDeleteParallelism(2).withRollbackParallelism(2).withFinalizeWriteParallelism(2)
-        .withAutoCommit(autoCommit)

Review Comment:
   i.e., autoCommit in `protected HoodieWriteConfig.Builder 
getWriteConfigBuilder(HoodieFailedWritesCleaningPolicy policy, boolean 
autoCommit, boolean useFileListingMetadata,
                                                               boolean 
enableMetrics, boolean useRollbackUsingMarkers,
                                                               boolean 
validateMetadataPayloadConsistency) {`



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