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


##########
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:
   sure. we can take this offline. I saw it used in a bunch of places 
(screenshot). It is very common in other codebases as well. But I do understand 
with consistency part. let's chat. updating this in the next one should be a 
trivial change.
   
   <img width="741" height="457" alt="Screenshot 2025-10-17 at 9 14 58 AM" 
src="https://github.com/user-attachments/assets/4b8a3f01-16b7-413b-aa9a-2b25ee5ab8da";
 />
   



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