arw357 commented on a change in pull request #960: Adding type test for 
timestamp,date & decimal
URL: https://github.com/apache/incubator-hudi/pull/960#discussion_r336356619
 
 

 ##########
 File path: 
hudi-client/src/test/java/org/apache/hudi/common/HoodieTestDataGenerator.java
 ##########
 @@ -309,10 +401,23 @@ public HoodieRecord generateUpdateRecord(HoodieKey key, 
String commitTime) throw
    * @return list of hoodie record updates
    */
   public List<HoodieRecord> generateUpdates(String commitTime, Integer n) 
throws IOException {
+    return generateUpdates(commitTime,n,false);
+  }
+
+  public List<HoodieRecord> generateExtraTypesUpdates(String commitTime, 
Integer n) throws IOException {
+    return generateUpdates(commitTime,n,true);
+  }
+
+  public List<HoodieRecord> generateUpdates(String commitTime, Integer 
n,Boolean extraTypes) throws IOException {
 
 Review comment:
   Done

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


With regards,
Apache Git Services

Reply via email to