gparai commented on a change in pull request #1562: DRILL-6882: Handle the 
cases where RowKeyJoin's left pipeline being called multiple times.
URL: https://github.com/apache/drill/pull/1562#discussion_r239278274
 
 

 ##########
 File path: 
exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/validate/IteratorValidatorBatchIterator.java
 ##########
 @@ -257,7 +264,9 @@ public IterOutcome next() {
           // NONE is allowed even without seeing a OK_NEW_SCHEMA. Such NONE is 
called
           // FAST NONE.
           // NONE moves to terminal high-level state.
-          validationState = ValidationState.TERMINAL;
+          if (!isRepeatable) {
 
 Review comment:
   Done

----------------------------------------------------------------
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