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_r360442987
##########
File path: hudi-client/src/main/java/org/apache/hudi/HoodieWriteClient.java
##########
@@ -775,7 +796,10 @@ public boolean rollbackToSavepoint(String savepointTime) {
/**
* Rollback the (inflight/committed) record changes with the given commit
time. Three steps: (1) Atomically unpublish
* this commit (2) clean indexing data, (3) clean new generated parquet
files. (4) Finally delete .commit or .inflight
- * file,
+ * file.
+ *
+ * @param commitTime Commit Time handle
+ * @return true if commit was rollback to successfully
Review comment:
same comment as above
----------------------------------------------------------------
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