Skip to content

Commit

Permalink
chore: Update to datafusion 12 (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
scsmithr authored Sep 19, 2022
1 parent 730c535 commit dbc7827
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 87 deletions.
122 changes: 40 additions & 82 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions crates/arrowstore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ async-trait = "0.1.56"
tonic = { version = "0.8.0", features = ["transport", "codegen"] }
prost = "0.11.0"
futures = "0.3"
datafusion = "11.0.0"
datafusion-proto = "11.0.0"
datafusion = "12.0.0"
datafusion-proto = "12.0.0"
serde = { version = "1.0", features = ["derive", "rc"] }
serde_json = "1.0"

Expand Down
2 changes: 1 addition & 1 deletion crates/dfutil/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
datafusion = "11.0"
datafusion = "12.0"
2 changes: 1 addition & 1 deletion crates/pgsrv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ thiserror = "1.0"
tracing = "0.1"
async-trait = "0.1.56"
futures = "0.3.21"
datafusion = "11.0"
datafusion = "12.0"
tokio-util = { version = "0.7.3", features = ["codec"] }
bytes = "1.2.1"
tokio = { version = "1", features = ["full"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/sqlexec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ thiserror = "1.0"
parking_lot = "0.12.1"
tokio = { version = "1", features = ["full"] }
sqlparser = "0.23.0"
datafusion = "11.0"
datafusion = "12.0"
futures = "0.3.21"
tracing = "0.1"
async-trait = "0.1.56"
Expand Down

0 comments on commit dbc7827

Please sign in to comment.