danny0405 commented on code in PR #3599:
URL: https://github.com/apache/hudi/pull/3599#discussion_r880428258
##########
hudi-client/hudi-flink-client/src/main/java/org/apache/hudi/client/HoodieFlinkWriteClient.java:
##########
@@ -399,6 +404,59 @@ public HoodieWriteMetadata<List<WriteStatus>>
cluster(final String clusteringIns
throw new HoodieNotSupportedException("Clustering is not supported yet");
}
+ private void updateTableMetadata(HoodieTable<T, List<HoodieRecord<T>>,
List<HoodieKey>, List<WriteStatus>> table,
+ HoodieCommitMetadata commitMetadata,
+ HoodieInstant hoodieInstant) {
Review Comment:
`updateTableMetadat` seems useless now ~
--
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]