vinothchandar commented on a change in pull request #2496:
URL: https://github.com/apache/hudi/pull/2496#discussion_r577531939
##########
File path:
hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/table/action/commit/TestCopyOnWriteActionExecutor.java
##########
@@ -375,8 +375,8 @@ public void testFileSizeUpsertRecords() throws Exception {
HoodieSparkCopyOnWriteTable table = (HoodieSparkCopyOnWriteTable)
HoodieSparkTable.create(config, context, metaClient);
List<HoodieRecord> records = new ArrayList<>();
- // Approx 1150 records are written for block size of 64KB
- for (int i = 0; i < 2000; i++) {
+ // Approx 1400 records are written for block size of 64KB
Review comment:
why this change for this PR?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]