Skip to content

Comments

[Fix](topn) fix wrong condition when setting topn opt#25248

Closed
airborne12 wants to merge 1 commit intoapache:masterfrom
airborne12:fix-topn
Closed

[Fix](topn) fix wrong condition when setting topn opt#25248
airborne12 wants to merge 1 commit intoapache:masterfrom
airborne12:fix-topn

Conversation

@airborne12
Copy link
Member

Proposed changes

Issue Number: close #xxx

Further comments

If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...

sortNode.setLimit(topN.getLimit());
if (topN.isEnableRuntimeFilter()) {

PlanNode child = sortNode.getChild(0);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we explain more details about this fix in comment

@airborne12 airborne12 closed this Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants