Skip to content

Commit a972ce6

Browse files
authored
Upgrade to DataFusion 18.0.0 (apache#175)
1 parent a53ce95 commit a972ce6

3 files changed

Lines changed: 29 additions & 22 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
target
2-
Cargo.lock
32
/venv
43
.idea
54
/docs/temp

Cargo.lock

Lines changed: 24 additions & 16 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
@@ -34,11 +34,11 @@ default = ["mimalloc"]
3434
tokio = { version = "1.24", features = ["macros", "rt", "rt-multi-thread", "sync"] }
3535
rand = "0.8"
3636
pyo3 = { version = "0.18.0", features = ["extension-module", "abi3", "abi3-py37"] }
37-
datafusion = { git="https://github.com/apache/arrow-datafusion.git", rev="8a262c3ec0a100607ae97641d7a374c847a71f20", features = ["pyarrow", "avro"] }
38-
datafusion-expr = { git="https://github.com/apache/arrow-datafusion.git", rev="8a262c3ec0a100607ae97641d7a374c847a71f20" }
39-
datafusion-optimizer = { git="https://github.com/apache/arrow-datafusion.git", rev="8a262c3ec0a100607ae97641d7a374c847a71f20" }
40-
datafusion-common = { git="https://github.com/apache/arrow-datafusion.git", rev="8a262c3ec0a100607ae97641d7a374c847a71f20", features = ["pyarrow"] }
41-
datafusion-substrait = { git="https://github.com/apache/arrow-datafusion.git", rev="8a262c3ec0a100607ae97641d7a374c847a71f20" }
37+
datafusion = { version = "18.0.0", features = ["pyarrow", "avro"] }
38+
datafusion-expr = "18.0.0"
39+
datafusion-optimizer = "18.0.0"
40+
datafusion-common = { version = "18.0.0", features = ["pyarrow"] }
41+
datafusion-substrait = "18.0.0"
4242
uuid = { version = "1.2", features = ["v4"] }
4343
mimalloc = { version = "*", optional = true, default-features = false }
4444
async-trait = "0.1"

0 commit comments

Comments
 (0)