Skip to content

Commit

Permalink
update to DataFusion main
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Sep 23, 2023
1 parent 9ca919d commit d89bc89
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 30 deletions.
44 changes: 27 additions & 17 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 @@ -30,12 +30,12 @@ pyo3 = { version = "0.19" }
#datafusion-optimizer = { version = "32.0.0" }

# # Git dependencies for development
datafusion = { git = "https://github.com/apache/arrow-datafusion.git", rev = "9fa020708bab6e7293f3731d807a80284c1204bd" }
datafusion-common = { git = "https://github.com/apache/arrow-datafusion.git", rev = "9fa020708bab6e7293f3731d807a80284c1204bd", default_features = false}
datafusion-expr = { git = "https://github.com/apache/arrow-datafusion.git", rev = "9fa020708bab6e7293f3731d807a80284c1204bd" }
datafusion-proto = { git = "https://github.com/apache/arrow-datafusion.git", rev = "9fa020708bab6e7293f3731d807a80284c1204bd" }
datafusion-physical-expr = { git = "https://github.com/apache/arrow-datafusion.git", rev = "9fa020708bab6e7293f3731d807a80284c1204bd" }
datafusion-optimizer = { git = "https://github.com/apache/arrow-datafusion.git", rev = "9fa020708bab6e7293f3731d807a80284c1204bd" }
datafusion = { git = "https://github.com/apache/arrow-datafusion.git", rev = "d19e9d684bbe1fd820674d48a96795bfbea9db7d" }
datafusion-common = { git = "https://github.com/apache/arrow-datafusion.git", rev = "d19e9d684bbe1fd820674d48a96795bfbea9db7d", default_features = false}
datafusion-expr = { git = "https://github.com/apache/arrow-datafusion.git", rev = "d19e9d684bbe1fd820674d48a96795bfbea9db7d" }
datafusion-proto = { git = "https://github.com/apache/arrow-datafusion.git", rev = "d19e9d684bbe1fd820674d48a96795bfbea9db7d" }
datafusion-physical-expr = { git = "https://github.com/apache/arrow-datafusion.git", rev = "d19e9d684bbe1fd820674d48a96795bfbea9db7d" }
datafusion-optimizer = { git = "https://github.com/apache/arrow-datafusion.git", rev = "d19e9d684bbe1fd820674d48a96795bfbea9db7d" }

[profile.release]
## Tell `rustc` to use highest performance optimization and perform Link Time Optimization
Expand Down
10 changes: 3 additions & 7 deletions vegafusion-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,15 @@ workspace = true
features = [ "ipc",]

[dependencies.datafusion-common]
git = "https://github.com/apache/arrow-datafusion.git"
rev = "9fa020708bab6e7293f3731d807a80284c1204bd"
workspace = true
default_features = false

[dependencies.datafusion-expr]
git = "https://github.com/apache/arrow-datafusion.git"
rev = "9fa020708bab6e7293f3731d807a80284c1204bd"
workspace = true

[dependencies.datafusion-proto]
git = "https://github.com/apache/arrow-datafusion.git"
rev = "9fa020708bab6e7293f3731d807a80284c1204bd"
workspace = true
optional = true
default-features = false

[dependencies.pyo3]
workspace = true
Expand Down

0 comments on commit d89bc89

Please sign in to comment.