Skip to content

Commit

Permalink
use 33.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Nov 16, 2023
1 parent 46305e8 commit 18115da
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 62 deletions.
115 changes: 59 additions & 56 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ substrait = ["dep:datafusion-substrait"]
tokio = { version = "1.24", features = ["macros", "rt", "rt-multi-thread", "sync"] }
rand = "0.8"
pyo3 = { version = "0.20", features = ["extension-module", "abi3", "abi3-py38"] }
datafusion = { git = "https://github.com/apache/arrow-datafusion", rev = "33.0.0-rc2", features = ["pyarrow", "avro"] }
datafusion-common = { git = "https://github.com/apache/arrow-datafusion", rev = "33.0.0-rc2", features = ["pyarrow"] }
datafusion-expr = { git = "https://github.com/apache/arrow-datafusion", rev = "33.0.0-rc2" }
datafusion-optimizer = { git = "https://github.com/apache/arrow-datafusion", rev = "33.0.0-rc2" }
datafusion-sql = { git = "https://github.com/apache/arrow-datafusion", rev = "33.0.0-rc2" }
datafusion-substrait = { git = "https://github.com/apache/arrow-datafusion", rev = "33.0.0-rc2", optional = true }
datafusion = { version = "33.0.0", features = ["pyarrow", "avro"] }
datafusion-common = { version = "33.0.0", features = ["pyarrow"] }
datafusion-expr = { version = "33.0.0" }
datafusion-optimizer = { version = "33.0.0" }
datafusion-sql = { version = "33.0.0" }
datafusion-substrait = { version = "33.0.0", optional = true }
prost = "0.12"
prost-types = "0.12"
uuid = { version = "1.3", features = ["v4"] }
Expand Down

0 comments on commit 18115da

Please sign in to comment.