vvysotskyi opened a new pull request #1353: DRILL-6553: Fix TopN for unnest operator URL: https://github.com/apache/drill/pull/1353 `estimateRowCount()` method for DrillLateralJoinRelBase rel node wasn't overridden, so was used method from `AbstractRelNode` class, which just returns 1. It caused problems with choosing better plans. For more details please see [DRILL-6553](https://issues.apache.org/jira/browse/DRILL-6553).
---------------------------------------------------------------- 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
