nsivabalan commented on a change in pull request #5129:
URL: https://github.com/apache/hudi/pull/5129#discussion_r835666707
##########
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:
may I know why we had to change this ?
--
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]