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/06/29 10:19:26 UTC

[GitHub] vvysotskyi opened a new pull request #1353: DRILL-6553: Fix TopN for unnest operator

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


With regards,
Apache Git Services