yihua commented on code in PR #13229:
URL: https://github.com/apache/hudi/pull/13229#discussion_r2103578271
##########
hudi-spark-datasource/hudi-spark/src/test/java/org/apache/hudi/functional/TestOrcBootstrap.java:
##########
@@ -235,7 +236,6 @@ private void testBootstrapCommon(boolean partitioned,
boolean deltaCommit, Effec
long timestamp = Instant.now().toEpochMilli();
Schema schema = generateNewDataSetAndReturnSchema(timestamp, totalRecords,
partitions, bootstrapBasePath);
HoodieWriteConfig config = getConfigBuilder(schema.toString(), partitioned)
- .withAutoCommit(true)
Review Comment:
Have you revisited the test to see if there is any adjustment that needs to
be made by removing this (meaning auto commit `true` -> `false`)?
--
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]