nsivabalan commented on a change in pull request #1111: [HUDI-331]Fix java docs
for all public apis in HoodieWriteClient
URL: https://github.com/apache/incubator-hudi/pull/1111#discussion_r360448846
##########
File path: hudi-client/src/main/java/org/apache/hudi/HoodieWriteClient.java
##########
@@ -1144,6 +1186,10 @@ public void commitCompaction(String
compactionInstantTime, JavaRDD<WriteStatus>
/**
* Deduplicate Hoodie records, using the given deduplication funciton.
+ *
+ * @param keys RDD of HoodieKey to deduplicate
+ * @param parallelism partitions of RDD
Review comment:
sorry, its my bad(I only coded this). this param is not required only. can
you fix that.
----------------------------------------------------------------
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