[ 
https://issues.apache.org/jira/browse/DRILL-7424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16961587#comment-16961587
 ] 

ASF GitHub Bot commented on DRILL-7424:
---------------------------------------

paul-rogers commented on 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:
us...@infra.apache.org


> Project operator fails to set the container row count
> -----------------------------------------------------
>
>                 Key: DRILL-7424
>                 URL: https://issues.apache.org/jira/browse/DRILL-7424
>             Project: Apache Drill
>          Issue Type: Bug
>    Affects Versions: 1.16.0
>            Reporter: Paul Rogers
>            Assignee: Paul Rogers
>            Priority: Major
>             Fix For: 1.17.0
>
>
> Enabled the "batch validator" for the Project operator. Ran tests. Exceptions 
> occurred because, in some paths, the Project operator fails to set the 
> container row count.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to