HanumathRao opened a new pull request #1417: DRILL-6645: Transform TopN in Lateral Unnest pipeline to Sort and Limit. URL: https://github.com/apache/drill/pull/1417 In Lateral/Unnest pipeline, for the sake of getting correct results it is required to introduce a ParitionLimit instead of Limit. ParitionLimit is introduced by PR for DRILL-6652. Similarly a TopN should have another version like PartitionTopN. Since ParitionTopN operator is not yet implemented we can use Limit and sort to replace a TopN. This PR includes changes to transform the TopN -> Sort and Limit. @gparai @sohami Can you please review these changes. This PR needs to be committed after the DRILL-6652 committed.
---------------------------------------------------------------- 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
