leesf commented on a change in pull request #2386:
URL: https://github.com/apache/hudi/pull/2386#discussion_r549410480



##########
File path: 
hudi-common/src/test/java/org/apache/hudi/common/testutils/HoodieTestDataGenerator.java
##########
@@ -461,6 +494,11 @@ public static void createSavepointFile(String basePath, 
String instantTime, Conf
         () -> UUID.randomUUID().toString());
   }
 
+  public Stream<HoodieRecord> generatePartialUpdateInsertsStream(String 
commitTime, Integer n, boolean isFlattened, String schemaStr, boolean 
containsAllPartitions) {

Review comment:
       please split the parameters into two lines.

##########
File path: 
hudi-common/src/test/java/org/apache/hudi/common/testutils/HoodieTestDataGenerator.java
##########
@@ -486,6 +524,28 @@ public static void createSavepointFile(String basePath, 
String instantTime, Conf
     });
   }
 
+  public Stream<HoodieRecord> generatePartialUpdateInsertsStream(String 
instantTime, Integer n, boolean isFlattened, String schemaStr, boolean 
containsAllPartitions,

Review comment:
       ditto




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


Reply via email to