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

refactor(stream sort): use new SortBuffer in SortExecutor #8891

Merged
merged 9 commits into from
Apr 6, 2023

Commits on Mar 30, 2023

  1. move old sort executor

    Signed-off-by: Richard Chien <stdrc@outlook.com>
    stdrc committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    cf8b344 View commit details
    Browse the repository at this point in the history
  2. support specifying sort column index

    Signed-off-by: Richard Chien <stdrc@outlook.com>
    stdrc committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    de5b428 View commit details
    Browse the repository at this point in the history
  3. use SortBuffer in SortExecutor

    Signed-off-by: Richard Chien <stdrc@outlook.com>
    stdrc committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    145339c View commit details
    Browse the repository at this point in the history
  4. fix bug

    Signed-off-by: Richard Chien <stdrc@outlook.com>
    stdrc committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    3418d42 View commit details
    Browse the repository at this point in the history
  5. add unit tests

    Signed-off-by: Richard Chien <stdrc@outlook.com>
    stdrc committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    e7cc0a4 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Merge branch 'main' into rc/new-sort-executor

    Signed-off-by: Richard Chien <stdrc@outlook.com>
    stdrc committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    726e8da View commit details
    Browse the repository at this point in the history
  2. fix clippy

    Signed-off-by: Richard Chien <stdrc@outlook.com>
    stdrc committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    8013db9 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. minor

    Signed-off-by: Richard Chien <stdrc@outlook.com>
    stdrc committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    8e680c9 View commit details
    Browse the repository at this point in the history
  2. minor

    Signed-off-by: Richard Chien <stdrc@outlook.com>
    stdrc committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    6b18cb4 View commit details
    Browse the repository at this point in the history