amansinha100 commented on a change in pull request #1407: PartitionLimit
changes for Lateral and Unnest.
URL: https://github.com/apache/drill/pull/1407#discussion_r206261710
##########
File path:
exec/java-exec/src/main/java/org/apache/drill/exec/planner/physical/LimitPrel.java
##########
@@ -42,9 +46,14 @@ public LimitPrel(RelOptCluster cluster, RelTraitSet
traitSet, RelNode child, Rex
super(cluster, traitSet, child, offset, fetch, pushDown);
}
+ public LimitPrel(RelOptCluster cluster, RelTraitSet traitSet, RelNode child,
RexNode offset, RexNode fetch, boolean pushDown, boolean isPartitioned) {
Review comment:
Who is calling this new constructor ? Is that a separate change ?
----------------------------------------------------------------
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