belugabehr commented on a change in pull request #2124:
URL: https://github.com/apache/hive/pull/2124#discussion_r648413891
##########
File path: ql/src/java/org/apache/hadoop/hive/ql/TaskQueue.java
##########
@@ -46,7 +46,7 @@
*/
public class TaskQueue {
- private static final Logger LOG =
LoggerFactory.getLogger(Driver.class.getName());
+ private static final Logger LOG =
LoggerFactory.getLogger(TaskQueue.class.getName());
Review comment:
nit:
Does not require a `TaskQueue.class.getName()`, `TaskQueue.class` is good
enough.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]