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

UDAF refactor: Add PhysicalExpr trait dependency on datafusion-expr and remove logical expressions requirement for creating physical aggregate expression #11845

Merged
merged 30 commits into from
Aug 9, 2024

Commits on Aug 6, 2024

  1. init draft

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    f9c2087 View commit details
    Browse the repository at this point in the history
  2. production ready

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    51350d4 View commit details
    Browse the repository at this point in the history
  3. cleanup

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    1bf175b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d9c204f View commit details
    Browse the repository at this point in the history
  5. fix merge conflict

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    bf394cc View commit details
    Browse the repository at this point in the history
  6. mv accumulator out

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    a2e4cba View commit details
    Browse the repository at this point in the history
  7. fix doc

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    4a63405 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c4f485c View commit details
    Browse the repository at this point in the history
  9. rename

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    f218184 View commit details
    Browse the repository at this point in the history
  10. fix test

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    c26e4d5 View commit details
    Browse the repository at this point in the history
  11. fix test

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    366f2bf View commit details
    Browse the repository at this point in the history
  12. doc

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

Commits on Aug 7, 2024

  1. fix doc and cleanup

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    93a514e View commit details
    Browse the repository at this point in the history
  2. fix doc

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    3841736 View commit details
    Browse the repository at this point in the history
  3. clippy + doc

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

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

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    e7f0edc View commit details
    Browse the repository at this point in the history
  6. rename exprs

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    cfd1734 View commit details
    Browse the repository at this point in the history
  7. rm create_aggregate_expr_with_dfschema

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    061d4dd View commit details
    Browse the repository at this point in the history
  8. revert change in calc_requirements

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    c8846a6 View commit details
    Browse the repository at this point in the history
  9. fmt

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

Commits on Aug 8, 2024

  1. doc and cleanup

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    b1a15db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fc4f7f View commit details
    Browse the repository at this point in the history
  3. rm dfschema

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    b76b8f0 View commit details
    Browse the repository at this point in the history
  4. rm input types

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    0c19a8d View commit details
    Browse the repository at this point in the history
  5. rename return_type

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    7226889 View commit details
    Browse the repository at this point in the history
  6. upd doc

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    8d330fa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    96b72e8 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    57b0477 View commit details
    Browse the repository at this point in the history
  2. fix

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