xushiyan commented on code in PR #7719:
URL: https://github.com/apache/hudi/pull/7719#discussion_r1199775515
##########
hudi-sync/hudi-sync-common/src/main/java/org/apache/hudi/sync/common/HoodieSyncClient.java:
##########
@@ -164,4 +164,11 @@ public List<PartitionEvent>
getPartitionEvents(List<Partition> tablePartitions,
}
return events;
}
+
+ /**
+ * Update the Storage Descriptor in hive metastore.
+ */
+ public void updateStorageDescriptor(String tableName, Map<String, String>
serdeProperties, String inputFormatClassName) {
Review Comment:
will remove this from the parent class as not all sync clients have storage
descriptor
--
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]