zhoujinsong commented on code in PR #3613:
URL: https://github.com/apache/amoro/pull/3613#discussion_r2151222842


##########
amoro-optimizer/amoro-optimizer-common/src/main/java/org/apache/amoro/optimizer/common/OptimizerConfig.java:
##########
@@ -23,12 +23,16 @@
 import org.kohsuke.args4j.CmdLineException;
 import org.kohsuke.args4j.CmdLineParser;
 import org.kohsuke.args4j.Option;
+import org.slf4j.Logger;
+import org.slf4j.LoggerFactory;
 
 import java.io.Serializable;
 
 /** Common config of Optimizer, it can be extended for custom Optimizer. */
 public class OptimizerConfig implements Serializable {
 
+  public static final Logger LOG = 
LoggerFactory.getLogger(OptimizerConfig.class);

Review Comment:
   The `LOG` seems useless now, you can remove it.



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