yihua commented on a change in pull request #4680:
URL: https://github.com/apache/hudi/pull/4680#discussion_r794094605
##########
File path:
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/async/AsyncClusteringService.java
##########
@@ -19,8 +19,8 @@
package org.apache.hudi.async;
-import org.apache.hudi.client.AbstractClusteringClient;
-import org.apache.hudi.client.AbstractHoodieWriteClient;
+import org.apache.hudi.client.BaseClusterer;
Review comment:
As discussed, the clustering client is used internally for clustering
table service. The purpose of the renaming to BaseClusterer is to distinguish
it from external-facing read and write client and make it consistent with
Compactor and Cleaner.
--
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]