danny0405 commented on code in PR #12344:
URL: https://github.com/apache/hudi/pull/12344#discussion_r1886482361
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/BaseHoodieTableServiceClient.java:
##########
@@ -521,6 +522,11 @@ public HoodieWriteMetadata<T> managePartitionTTL(String
instantTime) {
protected abstract HoodieWriteMetadata<O>
convertToOutputMetadata(HoodieWriteMetadata<T> writeMetadata);
+ protected void completeClustering(HoodieCommitMetadata metadata, HoodieTable
table, String clusteringCommitTime) {
Review Comment:
Let's not add public APIs for only testing purposes.
--
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]