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

Updated sort.rs to show TopK #7763

Closed
wants to merge 2 commits into from
Closed

Conversation

Night-Amber3301
Copy link
Contributor

solves: #7750

Replaced SortExec: fetch={fetch}, expr=[{}] with SortExec: TopK(fetch={fetch}), expr=[{}] in sort.rs file

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
@alamb
Copy link
Contributor

alamb commented Oct 7, 2023

I believe this is duplicated by #7751, so closing this one

@alamb alamb closed this Oct 7, 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