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:
[email protected]


With regards,
Apache Git Services

Reply via email to