Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for 0.12.0-rc2 #956

Merged
merged 4 commits into from
Jan 27, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
use DF 35.0.0-rc1
  • Loading branch information
andygrove committed Jan 20, 2024
commit c9a3c49973167171eb55ccdb21c8d287c95ccb0a
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ arrow-flight = { version = "50.0.0", features = ["flight-sql-experimental"] }
arrow-schema = { version = "50.0.0", default-features = false }
configure_me = { version = "0.4.0" }
configure_me_codegen = { version = "0.4.4" }
datafusion = { git = "https://github.com/apache/arrow-datafusion", rev = "4cde998f1e6dc3f572f2b3ed09994190f5d770ce" }
datafusion-cli = { git = "https://github.com/apache/arrow-datafusion", rev = "4cde998f1e6dc3f572f2b3ed09994190f5d770ce" }
datafusion-proto = { git = "https://github.com/apache/arrow-datafusion", rev = "4cde998f1e6dc3f572f2b3ed09994190f5d770ce" }
datafusion = { git = "https://github.com/apache/arrow-datafusion", rev = "35.0.0-rc1" }
datafusion-cli = { git = "https://github.com/apache/arrow-datafusion", rev = "35.0.0-rc1" }
datafusion-proto = { git = "https://github.com/apache/arrow-datafusion", rev = "35.0.0-rc1" }
object_store = "0.9.0"
sqlparser = "0.41.0"
tonic = { version = "0.10" }
Expand Down
Loading