xushiyan commented on code in PR #6546:
URL: https://github.com/apache/hudi/pull/6546#discussion_r959004054


##########
hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/table/action/commit/TestCopyOnWriteActionExecutor.java:
##########
@@ -532,7 +532,7 @@ public void testPartitionMetafileFormat(boolean 
partitionMetafileUseBaseFormat)
     writeClient.startCommitWithTime(instantTime);
 
     // Insert new records
-    final JavaRDD<HoodieRecord> inputRecords = 
generateTestRecordsForBulkInsert(jsc, 10);
+    final JavaRDD<HoodieRecord> inputRecords = 
generateTestRecordsForBulkInsert(jsc, 50);
     writeClient.bulkInsert(inputRecords, instantTime);

Review Comment:
   ok would changing to 50 guarantee records generated for the required 
partitions? are we able to specify partitions to generate records?



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