nsivabalan commented on a change in pull request #3843:
URL: https://github.com/apache/hudi/pull/3843#discussion_r734526072
##########
File path:
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/HoodieTable.java
##########
@@ -706,11 +707,23 @@ public HoodieEngineContext getContext() {
}
/**
- * Fetch instance of {@link HoodieTableMetadataWriter}.
+ * Get Table metadata writer.
+ *
+ * @return instance of {@link HoodieTableMetadataWriter
+ */
+ public final Option<HoodieTableMetadataWriter> getMetadataWriter() {
Review comment:
one minor question. should we pass actionMetadata only for rollback ? If
we are going to pass for every operation, may I know why do we need this
method?
--
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]