vinothchandar commented on a change in pull request #1073: [HUDI-377] Adding
Delete() support to DeltaStreamer
URL: https://github.com/apache/incubator-hudi/pull/1073#discussion_r360731728
##########
File path:
hudi-client/src/test/java/org/apache/hudi/common/HoodieTestDataGenerator.java
##########
@@ -390,8 +411,10 @@ public HoodieRecord generateUpdateRecord(HoodieKey key,
String commitTime) throw
* Generates deduped delete of keys previously inserted, randomly
distributed across the keys above.
*
* @param commitTime Commit Timestamp
- * @param n Number of unique records
- * @return stream of hoodie record updates
+ * @param n Number of unique records
+ * <<<<<<< HEAD
+ * @return stream of hoodie keys for delete
+ * >>>>>>> Adding delete support to DeltaStreamer
Review comment:
merge remnants?
----------------------------------------------------------------
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