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

Upgrade datafusion #867

Merged
merged 26 commits into from
Sep 17, 2024
Merged

Commits on Sep 9, 2024

  1. update dependencies

    emgeee committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    25e42c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cea1fb View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. remove row_number() function

    row_number was converted to a UDF in datafusion v42 apache/datafusion#12030
    This specific functionality needs to be added back in.
    emgeee committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    6fca28b View commit details
    Browse the repository at this point in the history
  2. remove unneeded dependency

    emgeee committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    f2b3d3b View commit details
    Browse the repository at this point in the history
  3. fix pyo3 warnings

    Implicit defaults for trailing optional arguments have been deprecated
    in pyo3 v0.22.0 PyO3/pyo3#4078
    emgeee committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    4b45a4b View commit details
    Browse the repository at this point in the history
  4. update object_store dependency

    emgeee committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    6353aa9 View commit details
    Browse the repository at this point in the history
  5. change PyExpr -> PySortExpr

    emgeee committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    815b6d7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    92806a8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e2fa24e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    21013a7 View commit details
    Browse the repository at this point in the history
  9. remove clone

    emgeee committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    142e4ed View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e971add View commit details
    Browse the repository at this point in the history
  11. remove unused import

    emgeee committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    c89357e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8255f09 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    df46054 View commit details
    Browse the repository at this point in the history
  14. remove comment

    emgeee committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    6c27614 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    70546e2 View commit details
    Browse the repository at this point in the history
  16. remove unneeded import

    emgeee committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    836061f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4945661 View commit details
    Browse the repository at this point in the history
  18. change extract() to downcast()

    Co-authored-by: Michael J Ward <[email protected]>
    emgeee and Michael-J-Ward authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    cd04c44 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    afcc9f1 View commit details
    Browse the repository at this point in the history
  20. fix lint errors

    emgeee committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    7f6187a View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. update datafusion commit hash

    emgeee committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    8aebaea View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    afa303f View commit details
    Browse the repository at this point in the history
  2. upgrade to datafusion 42

    emgeee committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    f4574ec View commit details
    Browse the repository at this point in the history
  3. cleanup

    emgeee committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    88ccbd8 View commit details
    Browse the repository at this point in the history