yihua commented on code in PR #12524:
URL: https://github.com/apache/hudi/pull/12524#discussion_r1893314523


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/async/AsyncClusteringService.java:
##########
@@ -47,7 +47,7 @@ public abstract class AsyncClusteringService extends 
HoodieAsyncTableService {
   private static final Logger LOG = 
LoggerFactory.getLogger(AsyncClusteringService.class);
   private final int maxConcurrentClustering;
   protected transient HoodieEngineContext context;
-  private transient BaseClusterer clusteringClient;
+  private final transient BaseClusterer clusteringClient;

Review Comment:
   I think the transient variables cannot be final if this is for serialization 
and deserialization in Spark.



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