Skip to content

Commit fd84556

Browse files
authored
chore: Upgrade datafusion to version 49 (#1200)
* chore: Upgrade datafusion to version 49 * Bump datafusion to 49.0.1 * Fix clippy errors
1 parent be88837 commit fd84556

File tree

14 files changed

+302
-178
lines changed

14 files changed

+302
-178
lines changed

Cargo.lock

Lines changed: 119 additions & 75 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
[package]
1919
name = "datafusion-python"
20-
version = "48.0.0"
20+
version = "49.0.1"
2121
homepage = "https://datafusion.apache.org/python"
2222
repository = "https://github.com/apache/datafusion-python"
2323
authors = ["Apache DataFusion <dev@datafusion.apache.org>"]
@@ -39,10 +39,10 @@ pyo3 = { version = "0.24", features = ["extension-module", "abi3", "abi3-py39"]
3939
pyo3-async-runtimes = { version = "0.24", features = ["tokio-runtime"]}
4040
pyo3-log = "0.12.4"
4141
arrow = { version = "55.1.0", features = ["pyarrow"] }
42-
datafusion = { version = "48.0.0", features = ["avro", "unicode_expressions"] }
43-
datafusion-substrait = { version = "48.0.0", optional = true }
44-
datafusion-proto = { version = "48.0.0" }
45-
datafusion-ffi = { version = "48.0.0" }
42+
datafusion = { version = "49.0.1", features = ["avro", "unicode_expressions"] }
43+
datafusion-substrait = { version = "49.0.1", optional = true }
44+
datafusion-proto = { version = "49.0.1" }
45+
datafusion-ffi = { version = "49.0.1" }
4646
prost = "0.13.1" # keep in line with `datafusion-substrait`
4747
uuid = { version = "1.16", features = ["v4"] }
4848
mimalloc = { version = "0.1", optional = true, default-features = false, features = ["local_dynamic_tls"] }

0 commit comments

Comments
 (0)