BruceKellan commented on code in PR #7445:
URL: https://github.com/apache/hudi/pull/7445#discussion_r1057409205
##########
hudi-sync/hudi-sync-common/src/main/java/org/apache/hudi/sync/common/HoodieMetaSyncOperations.java:
##########
@@ -89,6 +89,15 @@ default void dropPartitions(String tableName, List<String>
partitionsToDrop) {
}
+ /**
+ * Get location for the table in the metastore.
+ * @param tableName
+ * @return
+ */
+ default Option<String> getMetastoreLocation(String tableName) {
+ return Option.empty();
+ }
+
Review Comment:
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]