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

Commits on Oct 6, 2023

  1. Updated sort.rs

    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
    Night-Amber3301 committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    29e2dc3 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2023

  1. resolve merge conflict

    haohuaijin committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    e150585 View commit details
    Browse the repository at this point in the history
  2. fix: ci

    haohuaijin committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    9348970 View commit details
    Browse the repository at this point in the history