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

Fix the schema mismatch between logical and physical for aggregate function, add AggregateUDFImpl::is_null #11989

Merged
merged 23 commits into from
Aug 21, 2024

Commits on Aug 14, 2024

  1. schema assertion and fix the mismatch from logical and physical

    Signed-off-by: jayzhan211 <jayzhan211@gmail.com>
    jayzhan211 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    aed01f0 View commit details
    Browse the repository at this point in the history
  2. add more msg

    Signed-off-by: jayzhan211 <jayzhan211@gmail.com>
    jayzhan211 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    cbfefc6 View commit details
    Browse the repository at this point in the history
  3. cleanup

    Signed-off-by: jayzhan211 <jayzhan211@gmail.com>
    jayzhan211 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    b3fc2c8 View commit details
    Browse the repository at this point in the history
  4. rm test1

    Signed-off-by: jayzhan211 <jayzhan211@gmail.com>
    jayzhan211 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    20d0a5f View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. nullable for scalar func

    Signed-off-by: jayzhan211 <jayzhan211@gmail.com>
    jayzhan211 committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    1132686 View commit details
    Browse the repository at this point in the history
  2. nullable

    Signed-off-by: jayzhan211 <jayzhan211@gmail.com>
    jayzhan211 committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    611092e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e732adc View commit details
    Browse the repository at this point in the history
  4. rm field

    Signed-off-by: jayzhan211 <jayzhan211@gmail.com>
    jayzhan211 committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    ab38a5a View commit details
    Browse the repository at this point in the history
  5. rm unsafe block and use internal error

    Signed-off-by: jayzhan211 <jayzhan211@gmail.com>
    jayzhan211 committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    1d299eb View commit details
    Browse the repository at this point in the history
  6. rm func_name

    Signed-off-by: jayzhan211 <jayzhan211@gmail.com>
    jayzhan211 committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    19a1ac7 View commit details
    Browse the repository at this point in the history
  7. rm nullable option

    Signed-off-by: jayzhan211 <jayzhan211@gmail.com>
    jayzhan211 committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    984ced7 View commit details
    Browse the repository at this point in the history
  8. add test

    Signed-off-by: jayzhan211 <jayzhan211@gmail.com>
    jayzhan211 committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    9b75540 View commit details
    Browse the repository at this point in the history
  9. add more msg

    Signed-off-by: jayzhan211 <jayzhan211@gmail.com>
    jayzhan211 committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    6361bc4 View commit details
    Browse the repository at this point in the history
  10. fix test

    Signed-off-by: jayzhan211 <jayzhan211@gmail.com>
    jayzhan211 committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    794ce12 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cb63514 View commit details
    Browse the repository at this point in the history
  12. rm row number

    Signed-off-by: jayzhan211 <jayzhan211@gmail.com>
    jayzhan211 committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    9c12566 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Update datafusion/expr/src/udaf.rs

    Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
    jayzhan211 and alamb authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    a42654c View commit details
    Browse the repository at this point in the history
  2. Update datafusion/expr/src/udaf.rs

    Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
    jayzhan211 and alamb authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    e45d1bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83ce363 View commit details
    Browse the repository at this point in the history
  4. fix failed test from apache#12050

    Signed-off-by: jayzhan211 <jayzhan211@gmail.com>
    jayzhan211 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    3519e75 View commit details
    Browse the repository at this point in the history
  5. cleanup

    Signed-off-by: jayzhan211 <jayzhan211@gmail.com>
    jayzhan211 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    da30827 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    356faa8 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. add doc

    Signed-off-by: jayzhan211 <jayzhan211@gmail.com>
    jayzhan211 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    043c332 View commit details
    Browse the repository at this point in the history