the-other-tim-brown commented on code in PR #9371:
URL: https://github.com/apache/hudi/pull/9371#discussion_r1285126662


##########
hudi-client/hudi-java-client/src/main/java/org/apache/hudi/client/HoodieJavaTableServiceClient.java:
##########
@@ -42,27 +48,31 @@ protected HoodieJavaTableServiceClient(HoodieEngineContext 
context,
   }
 
   @Override
-  protected HoodieWriteMetadata<List<WriteStatus>> compact(String 
compactionInstantTime, boolean shouldComplete) {
-    throw new HoodieNotSupportedException("Compact is not supported in 
HoodieJavaTableServiceClient");
+  protected void 
validateClusteringCommit(HoodieWriteMetadata<List<WriteStatus>> 
clusteringMetadata, String clusteringCommitTime, HoodieTable table) {

Review Comment:
   Wouldn't validation be the same across clients though?



-- 
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]

Reply via email to