danny0405 commented on code in PR #10562:
URL: https://github.com/apache/hudi/pull/10562#discussion_r1466093272


##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/sink/clustering/ClusteringPlanOperator.java:
##########
@@ -49,6 +51,7 @@
  */
 public class ClusteringPlanOperator extends 
AbstractStreamOperator<ClusteringPlanEvent>
     implements OneInputStreamOperator<Object, ClusteringPlanEvent> {
+  private static final Logger LOG = 
LoggerFactory.getLogger(ClusteringPlanOperator.class);
 

Review Comment:
   Is it used anywhere?



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