bvaradar commented on a change in pull request #1150: [HUDI-288]: Add support
for ingesting multiple kafka streams in a single DeltaStreamer deployment
URL: https://github.com/apache/incubator-hudi/pull/1150#discussion_r396122037
##########
File path:
hudi-client/src/test/java/org/apache/hudi/common/HoodieTestDataGenerator.java
##########
@@ -124,6 +138,18 @@ public static void writePartitionMetadata(FileSystem fs,
String[] partitionPaths
}
}
+ public TestRawTripPayload generateRandomValueAsPerSchema(String schemaStr,
HoodieKey key, String commitTime) throws IOException {
Review comment:
nit: Can you consider defining enum for supported schema instead of
comparing schema ? I would leave it to you to make the final call.
----------------------------------------------------------------
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