somandal commented on code in PR #17023:
URL: https://github.com/apache/pinot/pull/17023#discussion_r2437554467
##########
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 making the change as a follow-up is fine, but I do prefer if we keep it
consistent with other code if possible. Will that work for you?
--
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]