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 2018/08/02 16:21:11 UTC

[GitHub] sohami commented on a change in pull request #1413: DRILL-6657: Unnest reports one batch less than the actual number of b…

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


With regards,
Apache Git Services