chore: Update DataFusion again (#7722)

* chore: Update DF again

* chore: Run cargo hakari tasks

---------

Co-authored-by: CircleCI[bot] <circleci@influxdata.com>
pull/24376/head
Andrew Lamb 2023-05-02 14:34:45 -04:00 committed by GitHub
parent 2b1f8b56e2
commit 65ca52ce3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 14 deletions

18
Cargo.lock generated
View File

@ -1432,7 +1432,7 @@ dependencies = [
[[package]]
name = "datafusion"
version = "23.0.0"
source = "git+https://github.com/apache/arrow-datafusion.git?rev=fd785b20ab0d8e1d7e0bafbae42158bc2e3f3ce3#fd785b20ab0d8e1d7e0bafbae42158bc2e3f3ce3"
source = "git+https://github.com/apache/arrow-datafusion.git?rev=beee1d91303d5eff220fadd08b2c28404c2b3e5a#beee1d91303d5eff220fadd08b2c28404c2b3e5a"
dependencies = [
"ahash 0.8.3",
"arrow",
@ -1481,7 +1481,7 @@ dependencies = [
[[package]]
name = "datafusion-common"
version = "23.0.0"
source = "git+https://github.com/apache/arrow-datafusion.git?rev=fd785b20ab0d8e1d7e0bafbae42158bc2e3f3ce3#fd785b20ab0d8e1d7e0bafbae42158bc2e3f3ce3"
source = "git+https://github.com/apache/arrow-datafusion.git?rev=beee1d91303d5eff220fadd08b2c28404c2b3e5a#beee1d91303d5eff220fadd08b2c28404c2b3e5a"
dependencies = [
"arrow",
"arrow-array",
@ -1495,7 +1495,7 @@ dependencies = [
[[package]]
name = "datafusion-execution"
version = "23.0.0"
source = "git+https://github.com/apache/arrow-datafusion.git?rev=fd785b20ab0d8e1d7e0bafbae42158bc2e3f3ce3#fd785b20ab0d8e1d7e0bafbae42158bc2e3f3ce3"
source = "git+https://github.com/apache/arrow-datafusion.git?rev=beee1d91303d5eff220fadd08b2c28404c2b3e5a#beee1d91303d5eff220fadd08b2c28404c2b3e5a"
dependencies = [
"dashmap",
"datafusion-common",
@ -1512,7 +1512,7 @@ dependencies = [
[[package]]
name = "datafusion-expr"
version = "23.0.0"
source = "git+https://github.com/apache/arrow-datafusion.git?rev=fd785b20ab0d8e1d7e0bafbae42158bc2e3f3ce3#fd785b20ab0d8e1d7e0bafbae42158bc2e3f3ce3"
source = "git+https://github.com/apache/arrow-datafusion.git?rev=beee1d91303d5eff220fadd08b2c28404c2b3e5a#beee1d91303d5eff220fadd08b2c28404c2b3e5a"
dependencies = [
"ahash 0.8.3",
"arrow",
@ -1523,7 +1523,7 @@ dependencies = [
[[package]]
name = "datafusion-optimizer"
version = "23.0.0"
source = "git+https://github.com/apache/arrow-datafusion.git?rev=fd785b20ab0d8e1d7e0bafbae42158bc2e3f3ce3#fd785b20ab0d8e1d7e0bafbae42158bc2e3f3ce3"
source = "git+https://github.com/apache/arrow-datafusion.git?rev=beee1d91303d5eff220fadd08b2c28404c2b3e5a#beee1d91303d5eff220fadd08b2c28404c2b3e5a"
dependencies = [
"arrow",
"async-trait",
@ -1540,7 +1540,7 @@ dependencies = [
[[package]]
name = "datafusion-physical-expr"
version = "23.0.0"
source = "git+https://github.com/apache/arrow-datafusion.git?rev=fd785b20ab0d8e1d7e0bafbae42158bc2e3f3ce3#fd785b20ab0d8e1d7e0bafbae42158bc2e3f3ce3"
source = "git+https://github.com/apache/arrow-datafusion.git?rev=beee1d91303d5eff220fadd08b2c28404c2b3e5a#beee1d91303d5eff220fadd08b2c28404c2b3e5a"
dependencies = [
"ahash 0.8.3",
"arrow",
@ -1572,7 +1572,7 @@ dependencies = [
[[package]]
name = "datafusion-proto"
version = "23.0.0"
source = "git+https://github.com/apache/arrow-datafusion.git?rev=fd785b20ab0d8e1d7e0bafbae42158bc2e3f3ce3#fd785b20ab0d8e1d7e0bafbae42158bc2e3f3ce3"
source = "git+https://github.com/apache/arrow-datafusion.git?rev=beee1d91303d5eff220fadd08b2c28404c2b3e5a#beee1d91303d5eff220fadd08b2c28404c2b3e5a"
dependencies = [
"arrow",
"chrono",
@ -1586,7 +1586,7 @@ dependencies = [
[[package]]
name = "datafusion-row"
version = "23.0.0"
source = "git+https://github.com/apache/arrow-datafusion.git?rev=fd785b20ab0d8e1d7e0bafbae42158bc2e3f3ce3#fd785b20ab0d8e1d7e0bafbae42158bc2e3f3ce3"
source = "git+https://github.com/apache/arrow-datafusion.git?rev=beee1d91303d5eff220fadd08b2c28404c2b3e5a#beee1d91303d5eff220fadd08b2c28404c2b3e5a"
dependencies = [
"arrow",
"datafusion-common",
@ -1597,7 +1597,7 @@ dependencies = [
[[package]]
name = "datafusion-sql"
version = "23.0.0"
source = "git+https://github.com/apache/arrow-datafusion.git?rev=fd785b20ab0d8e1d7e0bafbae42158bc2e3f3ce3#fd785b20ab0d8e1d7e0bafbae42158bc2e3f3ce3"
source = "git+https://github.com/apache/arrow-datafusion.git?rev=beee1d91303d5eff220fadd08b2c28404c2b3e5a#beee1d91303d5eff220fadd08b2c28404c2b3e5a"
dependencies = [
"arrow",
"arrow-schema",

View File

@ -115,8 +115,8 @@ license = "MIT OR Apache-2.0"
[workspace.dependencies]
arrow = { version = "38.0.0" }
arrow-flight = { version = "38.0.0" }
datafusion = { git = "https://github.com/apache/arrow-datafusion.git", rev="fd785b20ab0d8e1d7e0bafbae42158bc2e3f3ce3", default-features = false }
datafusion-proto = { git = "https://github.com/apache/arrow-datafusion.git", rev="fd785b20ab0d8e1d7e0bafbae42158bc2e3f3ce3" }
datafusion = { git = "https://github.com/apache/arrow-datafusion.git", rev="beee1d91303d5eff220fadd08b2c28404c2b3e5a", default-features = false }
datafusion-proto = { git = "https://github.com/apache/arrow-datafusion.git", rev="beee1d91303d5eff220fadd08b2c28404c2b3e5a" }
hashbrown = { version = "0.13.2" }
parquet = { version = "38.0.0" }
tonic = { version = "0.9.2", features = ["tls", "tls-webpki-roots"] }

View File

@ -30,9 +30,9 @@ bytes = { version = "1" }
chrono = { version = "0.4", default-features = false, features = ["alloc", "clock", "serde"] }
crossbeam-utils = { version = "0.8" }
crypto-common = { version = "0.1", default-features = false, features = ["std"] }
datafusion = { git = "https://github.com/apache/arrow-datafusion.git", rev = "fd785b20ab0d8e1d7e0bafbae42158bc2e3f3ce3" }
datafusion-optimizer = { git = "https://github.com/apache/arrow-datafusion.git", rev = "fd785b20ab0d8e1d7e0bafbae42158bc2e3f3ce3", default-features = false, features = ["crypto_expressions", "regex_expressions", "unicode_expressions"] }
datafusion-physical-expr = { git = "https://github.com/apache/arrow-datafusion.git", rev = "fd785b20ab0d8e1d7e0bafbae42158bc2e3f3ce3", default-features = false, features = ["crypto_expressions", "regex_expressions", "unicode_expressions"] }
datafusion = { git = "https://github.com/apache/arrow-datafusion.git", rev = "beee1d91303d5eff220fadd08b2c28404c2b3e5a" }
datafusion-optimizer = { git = "https://github.com/apache/arrow-datafusion.git", rev = "beee1d91303d5eff220fadd08b2c28404c2b3e5a", default-features = false, features = ["crypto_expressions", "regex_expressions", "unicode_expressions"] }
datafusion-physical-expr = { git = "https://github.com/apache/arrow-datafusion.git", rev = "beee1d91303d5eff220fadd08b2c28404c2b3e5a", default-features = false, features = ["crypto_expressions", "regex_expressions", "unicode_expressions"] }
digest = { version = "0.10", features = ["mac", "std"] }
either = { version = "1" }
fixedbitset = { version = "0.4" }