arina-ielchiieva commented on a change in pull request #1830: DRILL-7333: Set 
container record count where missing
URL: https://github.com/apache/drill/pull/1830#discussion_r308000713
 
 

 ##########
 File path: 
exec/java-exec/src/main/java/org/apache/drill/exec/record/AbstractUnaryRecordBatch.java
 ##########
 @@ -34,9 +34,9 @@
  * @param <T>
  */
 public abstract class AbstractUnaryRecordBatch<T extends PhysicalOperator> 
extends AbstractRecordBatch<T> {
-  private static final org.slf4j.Logger logger = 
org.slf4j.LoggerFactory.getLogger(new Object() 
{}.getClass().getEnclosingClass());
+  private static final org.slf4j.Logger logger = 
org.slf4j.LoggerFactory.getLogger(AbstractUnaryRecordBatch.class);
 
 Review comment:
   Imports.

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


With regards,
Apache Git Services

Reply via email to