nsivabalan commented on a change in pull request #1149:
URL: https://github.com/apache/hudi/pull/1149#discussion_r463303157
##########
File path:
hudi-common/src/test/java/org/apache/hudi/common/testutils/HoodieTestDataGenerator.java
##########
@@ -161,6 +161,17 @@ public static void writePartitionMetadata(FileSystem fs,
String[] partitionPaths
}
}
+ public static List<HoodieRecord> newHoodieRecords(int n, String time) throws
Exception {
Review comment:
I see TestRawTripPayload(String jsonData) is being used at many places.
Guess we can just move this method to HoodieTestDataGenerator.
----------------------------------------------------------------
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]