chore: Update datafusion (#4723)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
pull/24376/head
Andrew Lamb 2022-05-28 15:00:54 -04:00 committed by GitHub
parent b52a3586a7
commit cddd6d9b6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 10 deletions

19
Cargo.lock generated
View File

@ -1161,7 +1161,7 @@ dependencies = [
[[package]]
name = "datafusion"
version = "8.0.0"
source = "git+https://github.com/apache/arrow-datafusion.git?rev=43575e1e4bdeb23320ed7a1119a4a6a5e192254b#43575e1e4bdeb23320ed7a1119a4a6a5e192254b"
source = "git+https://github.com/apache/arrow-datafusion.git?rev=7b7edf9c43383c1d3310286b69d2d037db72c967#7b7edf9c43383c1d3310286b69d2d037db72c967"
dependencies = [
"ahash",
"arrow",
@ -1195,7 +1195,7 @@ dependencies = [
[[package]]
name = "datafusion-common"
version = "8.0.0"
source = "git+https://github.com/apache/arrow-datafusion.git?rev=43575e1e4bdeb23320ed7a1119a4a6a5e192254b#43575e1e4bdeb23320ed7a1119a4a6a5e192254b"
source = "git+https://github.com/apache/arrow-datafusion.git?rev=7b7edf9c43383c1d3310286b69d2d037db72c967#7b7edf9c43383c1d3310286b69d2d037db72c967"
dependencies = [
"arrow",
"ordered-float 3.0.0",
@ -1206,7 +1206,7 @@ dependencies = [
[[package]]
name = "datafusion-data-access"
version = "8.0.0"
source = "git+https://github.com/apache/arrow-datafusion.git?rev=43575e1e4bdeb23320ed7a1119a4a6a5e192254b#43575e1e4bdeb23320ed7a1119a4a6a5e192254b"
source = "git+https://github.com/apache/arrow-datafusion.git?rev=7b7edf9c43383c1d3310286b69d2d037db72c967#7b7edf9c43383c1d3310286b69d2d037db72c967"
dependencies = [
"async-trait",
"chrono",
@ -1220,7 +1220,7 @@ dependencies = [
[[package]]
name = "datafusion-expr"
version = "8.0.0"
source = "git+https://github.com/apache/arrow-datafusion.git?rev=43575e1e4bdeb23320ed7a1119a4a6a5e192254b#43575e1e4bdeb23320ed7a1119a4a6a5e192254b"
source = "git+https://github.com/apache/arrow-datafusion.git?rev=7b7edf9c43383c1d3310286b69d2d037db72c967#7b7edf9c43383c1d3310286b69d2d037db72c967"
dependencies = [
"ahash",
"arrow",
@ -1231,7 +1231,7 @@ dependencies = [
[[package]]
name = "datafusion-physical-expr"
version = "8.0.0"
source = "git+https://github.com/apache/arrow-datafusion.git?rev=43575e1e4bdeb23320ed7a1119a4a6a5e192254b#43575e1e4bdeb23320ed7a1119a4a6a5e192254b"
source = "git+https://github.com/apache/arrow-datafusion.git?rev=7b7edf9c43383c1d3310286b69d2d037db72c967#7b7edf9c43383c1d3310286b69d2d037db72c967"
dependencies = [
"ahash",
"arrow",
@ -1255,9 +1255,12 @@ dependencies = [
[[package]]
name = "datafusion-proto"
version = "8.0.0"
source = "git+https://github.com/apache/arrow-datafusion.git?rev=43575e1e4bdeb23320ed7a1119a4a6a5e192254b#43575e1e4bdeb23320ed7a1119a4a6a5e192254b"
source = "git+https://github.com/apache/arrow-datafusion.git?rev=7b7edf9c43383c1d3310286b69d2d037db72c967#7b7edf9c43383c1d3310286b69d2d037db72c967"
dependencies = [
"arrow",
"datafusion 8.0.0",
"datafusion-common",
"datafusion-expr",
"prost",
"tonic-build",
]
@ -1265,7 +1268,7 @@ dependencies = [
[[package]]
name = "datafusion-row"
version = "8.0.0"
source = "git+https://github.com/apache/arrow-datafusion.git?rev=43575e1e4bdeb23320ed7a1119a4a6a5e192254b#43575e1e4bdeb23320ed7a1119a4a6a5e192254b"
source = "git+https://github.com/apache/arrow-datafusion.git?rev=7b7edf9c43383c1d3310286b69d2d037db72c967#7b7edf9c43383c1d3310286b69d2d037db72c967"
dependencies = [
"arrow",
"datafusion-common",
@ -1276,7 +1279,7 @@ dependencies = [
[[package]]
name = "datafusion-sql"
version = "8.0.0"
source = "git+https://github.com/apache/arrow-datafusion.git?rev=43575e1e4bdeb23320ed7a1119a4a6a5e192254b#43575e1e4bdeb23320ed7a1119a4a6a5e192254b"
source = "git+https://github.com/apache/arrow-datafusion.git?rev=7b7edf9c43383c1d3310286b69d2d037db72c967#7b7edf9c43383c1d3310286b69d2d037db72c967"
dependencies = [
"ahash",
"arrow",

View File

@ -9,6 +9,6 @@ description = "Re-exports datafusion at a specific version"
# Rename to workaround doctest bug
# Turn off optional datafusion features (e.g. don't get support for crypo functions or avro)
upstream = { git = "https://github.com/apache/arrow-datafusion.git", rev="43575e1e4bdeb23320ed7a1119a4a6a5e192254b", default-features = false, package = "datafusion" }
datafusion-proto = { git = "https://github.com/apache/arrow-datafusion.git", rev="43575e1e4bdeb23320ed7a1119a4a6a5e192254b" }
upstream = { git = "https://github.com/apache/arrow-datafusion.git", rev="7b7edf9c43383c1d3310286b69d2d037db72c967", default-features = false, package = "datafusion" }
datafusion-proto = { git = "https://github.com/apache/arrow-datafusion.git", rev="7b7edf9c43383c1d3310286b69d2d037db72c967" }
workspace-hack = { path = "../workspace-hack"}