You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2019/10/29 01:27:40 UTC

[GitHub] [drill] paul-rogers commented on a change in pull request #1882: DRILL-7424: Project operator fails to set the container row count

paul-rogers commented on a change in pull request #1882: DRILL-7424: Project operator fails to set the container row count
URL: https://github.com/apache/drill/pull/1882#discussion_r339860025
 
 

 ##########
 File path: exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/validate/BatchValidator.java
 ##########
 @@ -54,7 +53,7 @@
  */
 
 public class BatchValidator {
-  private static final Logger logger = LoggerFactory.getLogger(BatchValidator.class);
+  private static Logger logger = LoggerFactory.getLogger(BatchValidator.class);
 
 Review comment:
   Thanks for catching that error.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services