suvodeep-pyne commented on code in PR #17023:
URL: https://github.com/apache/pinot/pull/17023#discussion_r2437549463


##########
pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/PinotTableReloadResource.java:
##########
@@ -120,19 +85,14 @@
 }))
 @Path("/")
 public class PinotTableReloadResource {
-  private static final Logger LOGGER = 
LoggerFactory.getLogger(PinotTableReloadResource.class);
+  private static final Logger LOG = 
LoggerFactory.getLogger(PinotTableReloadResource.class);

Review Comment:
   Would it be ok to fix this in the next PR? then we can merge this in.
   
   btw. I am actually in favor of `LOG` vs `LOGGER` simply for brevity reasons 
and `LOGGER` doesn't really convey anything additional and `LOG` is also used 
in a bunch of places in pinot as well. thoughts?



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to