manojpec commented on a change in pull request #3843:
URL: https://github.com/apache/hudi/pull/3843#discussion_r734702790
##########
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:
Except for CommitMetadata all other actions are extending
SpecificRecordBase and are good to be moved. So, getMetadataWriter() version
has to stay around till the CommitMetadata is solved. I can file a new ticket
to take this on if you are ok.
--
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]