prashantwason commented on a change in pull request #3836:
URL: https://github.com/apache/hudi/pull/3836#discussion_r745363631
##########
File path:
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/metadata/HoodieBackedTableMetadataWriter.java
##########
@@ -217,8 +222,10 @@ public HoodieBackedTableMetadata metadata() {
* Initialize the metadata table if it does not exist.
*
* If the metadata table did not exist, then file and partition listing is
used to bootstrap the table.
+ * @param instantInProgressTimestamp Timestap of an instant in progress on
the dataset. This instant is ignored
+ * while deciding to bootstrap the
metadata table.
*/
- protected abstract void initialize(HoodieEngineContext engineContext);
+ protected abstract void initialize(HoodieEngineContext engineContext,
Option<String> instantInProgressTimestamp);
Review comment:
sure. renamed.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]