Skip to content

Commit

Permalink
update to final datafusion 43 and arrow 53.2 (#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Nov 16, 2024
1 parent 8e54a8a commit 5bb9dc2
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 65 deletions.
105 changes: 63 additions & 42 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 12 additions & 23 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ opt-level = "z"
codegen-units = 1

[workspace.dependencies.arrow]
version = "53.1.0"
version = "53.2.0"
default-features = false

[workspace.dependencies.sqlparser]
Expand Down Expand Up @@ -92,54 +92,43 @@ version = "1.0.91"
default-features = false

[workspace.dependencies.datafusion]
git = "https://github.com/apache/datafusion.git"
rev = "b30d12a73fb9867180c2fdf8ddc818b45f957bac"
version = "43.0.0"
default-features = false
features = [ "nested_expressions",]

[workspace.dependencies.datafusion-common]
git = "https://github.com/apache/datafusion.git"
rev = "b30d12a73fb9867180c2fdf8ddc818b45f957bac"
version = "43.0.0"
default-features = false

[workspace.dependencies.datafusion-expr]
git = "https://github.com/apache/datafusion.git"
rev = "b30d12a73fb9867180c2fdf8ddc818b45f957bac"
version = "43.0.0"

[workspace.dependencies.datafusion-proto]
git = "https://github.com/apache/datafusion.git"
rev = "b30d12a73fb9867180c2fdf8ddc818b45f957bac"
version = "43.0.0"
default-features = false
features = [ "parquet",]

[workspace.dependencies.datafusion-proto-common]
git = "https://github.com/apache/datafusion.git"
rev = "b30d12a73fb9867180c2fdf8ddc818b45f957bac"
version = "43.0.0"
default-features = false

[workspace.dependencies.datafusion-physical-expr]
git = "https://github.com/apache/datafusion.git"
rev = "b30d12a73fb9867180c2fdf8ddc818b45f957bac"
version = "43.0.0"
default-features = false

[workspace.dependencies.datafusion-optimizer]
git = "https://github.com/apache/datafusion.git"
rev = "b30d12a73fb9867180c2fdf8ddc818b45f957bac"
version = "43.0.0"
default-features = false

[workspace.dependencies.datafusion-functions]
git = "https://github.com/apache/datafusion.git"
rev = "b30d12a73fb9867180c2fdf8ddc818b45f957bac"
version = "43.0.0"
default-features = false

[workspace.dependencies.datafusion-functions-nested]
git = "https://github.com/apache/datafusion.git"
rev = "b30d12a73fb9867180c2fdf8ddc818b45f957bac"
version = "43.0.0"

[workspace.dependencies.datafusion-functions-aggregate]
git = "https://github.com/apache/datafusion.git"
rev = "b30d12a73fb9867180c2fdf8ddc818b45f957bac"
version = "43.0.0"

[workspace.dependencies.datafusion-functions-window]
git = "https://github.com/apache/datafusion.git"
rev = "b30d12a73fb9867180c2fdf8ddc818b45f957bac"
version = "43.0.0"

0 comments on commit 5bb9dc2

Please sign in to comment.