Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update explain plan to show TopK operator #7826

Merged
merged 3 commits into from
Oct 15, 2023
Merged

Conversation

haohuaijin
Copy link
Contributor

@haohuaijin haohuaijin commented Oct 15, 2023

Which issue does this PR close?

Closes #7750, related to #7751

Closes #7751

Rationale for this change

fix ci failed

What changes are included in this PR?

Are these changes tested?

Are there any user-facing changes?

Night-Amber3301 and others added 3 commits October 6, 2023 10:38
solves: apache#7750

Replaced `SortExec: fetch={fetch}, expr=[{}]` with 'SortExec: TopK(fetch={fetch}), expr=[{}]' in [sort.rs](https://github.com/apache/arrow-datafusion/blob/main/datafusion/physical-plan/src/sorts/sort.rs) file
@github-actions github-actions bot added core Core DataFusion crate sqllogictest SQL Logic Tests (.slt) labels Oct 15, 2023
Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

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

Thank you @haohuaijin and @Night-Amber3301 🙏 very much appreciated

@alamb alamb merged commit 26e43ac into apache:main Oct 15, 2023
23 checks passed
@haohuaijin haohuaijin deleted the topk-patch branch October 15, 2023 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Core DataFusion crate sqllogictest SQL Logic Tests (.slt)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update explain plan to show when topk operator is used
3 participants