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

Avoid RowConverter for multi group by #12269

Open
wants to merge 22 commits into
base: main
Choose a base branch
from

Commits on Sep 17, 2024

  1. row like group values to avoid rowconverter

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    37d1382 View commit details
    Browse the repository at this point in the history
  2. comment out unused

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    f40a164 View commit details
    Browse the repository at this point in the history
  3. implement to Arrow's builder

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    9c61a8b View commit details
    Browse the repository at this point in the history
  4. cleanup

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    f20780e View commit details
    Browse the repository at this point in the history
  5. switch back to vector

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    d3f54ed View commit details
    Browse the repository at this point in the history
  6. clippy

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    6e0b179 View commit details
    Browse the repository at this point in the history
  7. optimize for non-null

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    10d3d18 View commit details
    Browse the repository at this point in the history
  8. use truncate

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    7602a18 View commit details
    Browse the repository at this point in the history
  9. cleanup

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    7a4dbd5 View commit details
    Browse the repository at this point in the history
  10. cleanup

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    05fb466 View commit details
    Browse the repository at this point in the history
  11. fix first N bug

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    8efcf07 View commit details
    Browse the repository at this point in the history
  12. fix null check

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    bc16d55 View commit details
    Browse the repository at this point in the history
  13. fast path null

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    fb94485 View commit details
    Browse the repository at this point in the history
  14. fix bug

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    07ed966 View commit details
    Browse the repository at this point in the history
  15. fmt

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    925166d View commit details
    Browse the repository at this point in the history
  16. fix error

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    f59d11e View commit details
    Browse the repository at this point in the history
  17. clippy

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    e9f9abc View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. adjust spill mode max mem

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    720c343 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6cd012 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b8aceb View commit details
    Browse the repository at this point in the history
  4. fix null handle bug

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    ed9b78e View commit details
    Browse the repository at this point in the history
  5. cleanup

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    fb1b745 View commit details
    Browse the repository at this point in the history