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


##########
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:
   Yes, there are several places in these two classes that use LOG to output 
all kinds of log message, but the `LOG` used are from their superclass. `LOG` 
are added only to make it easier to locate logs and make the output logs clear.



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