This is an automated email from the ASF dual-hosted git repository.

xushiyan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/master by this push:
     new f7038e0195 [HUDI-4438] Fix flaky 
TestCopyOnWriteActionExecutor#testPartitionMetafileFormat (#6546)
f7038e0195 is described below

commit f7038e0195c1ac269f987b96f77c5486bfe02bf7
Author: Sivabalan Narayanan <[email protected]>
AuthorDate: Tue Aug 30 21:19:08 2022 -0700

    [HUDI-4438] Fix flaky 
TestCopyOnWriteActionExecutor#testPartitionMetafileFormat (#6546)
---
 .../apache/hudi/table/action/commit/TestCopyOnWriteActionExecutor.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/table/action/commit/TestCopyOnWriteActionExecutor.java
 
b/hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/table/action/commit/TestCopyOnWriteActionExecutor.java
index 7471d26cdf..f165b48db0 100644
--- 
a/hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/table/action/commit/TestCopyOnWriteActionExecutor.java
+++ 
b/hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/table/action/commit/TestCopyOnWriteActionExecutor.java
@@ -532,7 +532,7 @@ public class TestCopyOnWriteActionExecutor extends 
HoodieClientTestBase {
     writeClient.startCommitWithTime(instantTime);
 
     // Insert new records
-    final JavaRDD<HoodieRecord> inputRecords = 
generateTestRecordsForBulkInsert(jsc, 10);
+    final JavaRDD<HoodieRecord> inputRecords = 
generateTestRecordsForBulkInsert(jsc, 50);
     writeClient.bulkInsert(inputRecords, instantTime);
 
     // Partition metafile should be created

Reply via email to