alexeykudinkin commented on a change in pull request #5129:
URL: https://github.com/apache/hudi/pull/5129#discussion_r835695328
##########
File path:
hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/table/action/commit/TestCopyOnWriteActionExecutor.java
##########
@@ -437,7 +437,7 @@ public void testFileSizeUpsertRecords() throws Exception {
counts++;
}
}
- assertEquals(3, counts, "If the number of records are more than 1150, then
there should be a new file");
+ assertEquals(5, counts, "If the number of records are more than 1150, then
there should be a new file");
Review comment:
B/c now we produce more files than we were before
--
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]