lokeshj1703 commented on code in PR #13229:
URL: https://github.com/apache/hudi/pull/13229#discussion_r2083135356
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/metadata/HoodieTableMetadataWriter.java:
##########
@@ -116,4 +117,6 @@ public interface HoodieTableMetadataWriter extends
Serializable, AutoCloseable {
default void performTableServices(Option<String> inFlightInstantTimestamp) {
performTableServices(inFlightInstantTimestamp, false);
}
+
+ BaseHoodieWriteClient<?, I, ?, O> getWriteClient();
Review Comment:
This is an interface. I have removed the API from it since it was not
required.
--
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]