vinothchandar commented on code in PR #12524:
URL: https://github.com/apache/hudi/pull/12524#discussion_r1893332417
##########
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:
hmmm. how is the CI passing.. let me dig more.
--
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]