8000 Use DataFusion 32 (#515) · llama90/arrow-datafusion-python@804d0eb · GitHub
[go: up one dir, main page]

Skip to content

Commit 804d0eb

Browse files
authored
Use DataFusion 32 (apache#515)
* use DataFusion 32 * update lock file
1 parent 4c7b14c commit 804d0eb

File tree

2 files changed

+74
-71
lines changed

2 files changed

+74
-71
lines changed

Cargo.lock

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

Cargo.toml

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

1818
[package]
1919
name = "datafusion-python"
20-
version = "31.0.0"
20+
version = "32.0.0"
2121
homepage = "https://github.com/apache/arrow-datafusion-python"
2222
repository = "https://github.com/apache/arrow-datafusion-python"
2323
authors = ["Apache Arrow <dev@arrow.apache.org>"]
@@ -36,12 +36,12 @@ protoc = [ "datafusion-substrait/protoc" ]
3636
tokio = { version = "1.24", features = ["macros", "rt", "rt-multi-thread", "sync"] }
3737
rand = "0.8"
3838
pyo3 = { version = "0.19", features = ["extension-module", "abi3", "abi3-py38"] }
39-
datafusion = { git = "https://github.com/apache/arrow-datafusion", rev = "e23d34bae60bb2f9c496241e218bab795af3af83", features = ["pyarrow", "avro"] }
40-
datafusion-common = { git = "https://github.com/apache/arrow-datafusion", rev = "e23d34bae60bb2f9c496241e218bab795af3af83", features = ["pyarrow"] }
41-
datafusion-expr = { git = "https://github.com/apache/arrow-datafusion", rev = "e23d34bae60bb2f9c496241e218bab795af3af83" }
42-
datafusion-optimizer = { git = "https://github.com/apache/arrow-datafusion", rev = "e23d34bae60bb2f9c496241e218bab795af3af83" }
43-
datafusion-sql = { git = "https://github.com/apache/arrow-datafusion", rev = "e23d34bae60bb2f9c496241e218bab795af3af83" }
44-
datafusion-substrait = { git = "https://github.com/apache/arrow-datafusion", rev = "e23d34bae60bb2f9c496241e218bab795af3af83" }
39+
datafusion = { version = "32.0.0", features = ["pyarrow", "avro"] }
40+
datafusion-common = { version = "32.0.0", features = ["pyarrow"] }
41+
datafusion-expr = { version = "32.0.0" }
42+
datafusion-optimizer = { version = "32.0.0" }
43+
datafusion-sql = { version = "32.0.0" }
44+
datafusion-substrait = { version = "32.0.0" }
4545
prost = "0.11"
4646
prost-types = "0.11"
4747
uuid = { version = "1.3", features = ["v4"] }

0 commit comments

Comments
 (0)
0