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_r239278330
##########
File path:
exec/java-exec/src/main/java/org/apache/drill/exec/physical/config/IteratorValidator.java
##########
@@ -36,7 +46,7 @@ public IteratorValidator(PhysicalOperator child) {
@Override
protected PhysicalOperator getNewWithChild(PhysicalOperator child) {
- return new IteratorValidator(child);
+ return new IteratorValidator(child, this.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