Skip to content

Commit

Permalink
Upgrade to DataFusion 15.0.0 (#949)
Browse files Browse the repository at this point in the history
* Upgrade to latest DataFusion rev

* cargo fmt

* use official release

* Add PySubqueryAlias, modify column container in plugin

* Un-xfail q59

Co-authored-by: Charles Blackmon-Luca <[email protected]>
Co-authored-by: Ayush Dattagupta <[email protected]>
  • Loading branch information
3 people authored Jan 5, 2023
1 parent 747d8ab commit 767acf2
Show file tree
Hide file tree
Showing 10 changed files with 205 additions and 96 deletions.
183 changes: 115 additions & 68 deletions dask_planner/Cargo.lock

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

10 changes: 5 additions & 5 deletions dask_planner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ edition = "2021"
rust-version = "1.62"

[dependencies]
arrow = { version = "26.0.0", features = ["prettyprint"] }
arrow = { version = "28.0.0", features = ["prettyprint"] }
async-trait = "0.1.60"
datafusion-common = "14.0.0"
datafusion-expr = "14.0.0"
datafusion-optimizer = "14.0.0"
datafusion-sql = "14.0.0"
datafusion-common = "15.0.0"
datafusion-expr = "15.0.0"
datafusion-optimizer = "15.0.0"
datafusion-sql = "15.0.0"
env_logger = "0.10"
log = "^0.4"
mimalloc = { version = "*", default-features = false }
Expand Down
Loading

0 comments on commit 767acf2

Please sign in to comment.