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

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

sohami commented on a change in pull request #1413: DRILL-6657: Unnest reports 
one batch less than the actual number of b…
URL: https://github.com/apache/drill/pull/1413#discussion_r207286232
 
 

 ##########
 File path: 
exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/unnest/UnnestRecordBatch.java
 ##########
 @@ -166,7 +163,7 @@ protected void killIncoming(boolean sendUpstream) {
     Preconditions.checkNotNull(lateral);
     // Do not call kill on incoming. Lateral Join has the responsibility for 
killing incoming
     if (context.getExecutorState().isFailed() || lateral.getLeftOutcome() == 
IterOutcome.STOP) {
-      logger.debug("Kill received. Stopping all processing");
+    logger.debug("Kill received. Stopping all processing");
 
 Review comment:
   please revert this indentation back.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


> Unnest reports one batch less than the actual number of batches
> ---------------------------------------------------------------
>
>                 Key: DRILL-6657
>                 URL: https://issues.apache.org/jira/browse/DRILL-6657
>             Project: Apache Drill
>          Issue Type: Bug
>            Reporter: Parth Chandra
>            Assignee: Parth Chandra
>            Priority: Major
>             Fix For: 1.15.0
>
>
> Unnest doesn't count the first batch that comes in. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to