rmahindra123 commented on a change in pull request #4080:
URL: https://github.com/apache/hudi/pull/4080#discussion_r757111003
##########
File path:
hudi-sync/hudi-sync-common/src/main/java/org/apache/hudi/sync/common/AbstractSyncHoodieClient.java
##########
@@ -98,6 +99,8 @@ public abstract void createTable(String tableName,
MessageType storageSchema,
public abstract void updatePartitionsToTable(String tableName, List<String>
changedPartitions);
+ public abstract void close();
Review comment:
good catch
--
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]