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_r360447441
##########
File path: hudi-client/src/main/java/org/apache/hudi/HoodieWriteClient.java
##########
@@ -784,9 +808,11 @@ public boolean rollback(final String commitTime) throws
HoodieRollbackException
/**
* NOTE : This action requires all writers (ingest and compact) to a dataset
to be stopped before proceeding. Revert
- * the (inflight/committed) record changes for all commits after the
provided @param. Three steps: (1) Atomically
+ * the (inflight/committed) record changes for all commits after the
provided @param. Four steps: (1) Atomically
* unpublish this commit (2) clean indexing data, (3) clean new generated
parquet/log files and/or append rollback to
* existing log files. (4) Finally delete .commit, .inflight,
.compaction.inflight or .compaction.requested file
+ *
+ * @param instantTime Instant time
Review comment:
minor: instant time to which restoration is requested
----------------------------------------------------------------
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