panbingkun commented on code in PR #46450:
URL: https://github.com/apache/spark/pull/46450#discussion_r1593840887


##########
sql/hive-thriftserver/src/main/java/org/apache/hive/service/auth/TSetIpAddressProcessor.java:
##########
@@ -38,7 +39,7 @@
  */
 public class TSetIpAddressProcessor<I extends Iface> extends 
TCLIService.Processor<Iface> {
 
-  private static final Logger LOGGER = 
LoggerFactory.getLogger(TSetIpAddressProcessor.class.getName());
+  private static final Logger LOGGER = 
LoggerFactory.getLogger(TSetIpAddressProcessor.class);

Review Comment:
   
https://github.com/qos-ch/slf4j/blob/1d82519b07d7d755096d916dfbfaddd2d0e07c4f/slf4j-api/src/main/java/org/slf4j/LoggerFactory.java#L446-L456
   <img width="723" alt="image" 
src="https://github.com/apache/spark/assets/15246973/c86c7bdd-babb-44c1-ae31-c4ce5fbf8fbd";>
   



-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to