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


##########
hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/client/TestMultiFS.java:
##########
@@ -102,28 +127,28 @@ public void readLocalWriteHDFS() throws Exception {
       // Write generated data to hdfs (only inserts)
       String readCommitTime = hdfsWriteClient.startCommit();
       LOG.info("Starting commit " + readCommitTime);
-      List<HoodieRecord> records = dataGen.generateInserts(readCommitTime, 
100);
-      JavaRDD<HoodieRecord> writeRecords = jsc.parallelize(records, 1);
+      List<HoodieRecord> records = dataGen.generateInserts(readCommitTime, 10);

Review Comment:
   this test case does not depend on all partitions having records. so i've 
only changed this one



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