n3nash commented on a change in pull request #1115: [HUDI-392] Introduce
DIstributedTestDataSource to generate test data
URL: https://github.com/apache/incubator-hudi/pull/1115#discussion_r361274426
##########
File path:
hudi-test-suite/src/main/java/org/apache/hudi/testsuite/generator/DeltaGenerator.java
##########
@@ -108,6 +114,17 @@ public DeltaGenerator(DeltaConfig deltaOutputConfig,
JavaSparkContext jsc, Spark
return inputBatch;
}
+ public JavaRDD<GenericRecord> generateUpsertsWithDistributedSource(Config
operation) {
Review comment:
okay, so I'm still unclear, can we pass the exact number of inserts/upserts
to create using the above logic ? If not, this might not be that useful.
----------------------------------------------------------------
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