chore(deps): Update datafusion (#4481)
parent
8245ff83ac
commit
92e27ce4ca
|
@ -1195,7 +1195,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "datafusion"
|
||||
version = "7.0.0"
|
||||
source = "git+https://github.com/apache/arrow-datafusion.git?rev=0d125356ba482e9302cd52963980157965bce9e1#0d125356ba482e9302cd52963980157965bce9e1"
|
||||
source = "git+https://github.com/apache/arrow-datafusion.git?rev=6a69f529edb3087aeba57c9f01031a98ad06dd5d#6a69f529edb3087aeba57c9f01031a98ad06dd5d"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"arrow",
|
||||
|
@ -1227,7 +1227,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "datafusion-common"
|
||||
version = "7.0.0"
|
||||
source = "git+https://github.com/apache/arrow-datafusion.git?rev=0d125356ba482e9302cd52963980157965bce9e1#0d125356ba482e9302cd52963980157965bce9e1"
|
||||
source = "git+https://github.com/apache/arrow-datafusion.git?rev=6a69f529edb3087aeba57c9f01031a98ad06dd5d#6a69f529edb3087aeba57c9f01031a98ad06dd5d"
|
||||
dependencies = [
|
||||
"arrow",
|
||||
"ordered-float 2.10.0",
|
||||
|
@ -1238,7 +1238,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "datafusion-data-access"
|
||||
version = "1.0.0"
|
||||
source = "git+https://github.com/apache/arrow-datafusion.git?rev=0d125356ba482e9302cd52963980157965bce9e1#0d125356ba482e9302cd52963980157965bce9e1"
|
||||
source = "git+https://github.com/apache/arrow-datafusion.git?rev=6a69f529edb3087aeba57c9f01031a98ad06dd5d#6a69f529edb3087aeba57c9f01031a98ad06dd5d"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"chrono",
|
||||
|
@ -1251,7 +1251,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "datafusion-expr"
|
||||
version = "7.0.0"
|
||||
source = "git+https://github.com/apache/arrow-datafusion.git?rev=0d125356ba482e9302cd52963980157965bce9e1#0d125356ba482e9302cd52963980157965bce9e1"
|
||||
source = "git+https://github.com/apache/arrow-datafusion.git?rev=6a69f529edb3087aeba57c9f01031a98ad06dd5d#6a69f529edb3087aeba57c9f01031a98ad06dd5d"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"arrow",
|
||||
|
@ -1262,7 +1262,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "datafusion-physical-expr"
|
||||
version = "7.0.0"
|
||||
source = "git+https://github.com/apache/arrow-datafusion.git?rev=0d125356ba482e9302cd52963980157965bce9e1#0d125356ba482e9302cd52963980157965bce9e1"
|
||||
source = "git+https://github.com/apache/arrow-datafusion.git?rev=6a69f529edb3087aeba57c9f01031a98ad06dd5d#6a69f529edb3087aeba57c9f01031a98ad06dd5d"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"arrow",
|
||||
|
@ -1285,7 +1285,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "datafusion-proto"
|
||||
version = "7.0.0"
|
||||
source = "git+https://github.com/apache/arrow-datafusion.git?rev=0d125356ba482e9302cd52963980157965bce9e1#0d125356ba482e9302cd52963980157965bce9e1"
|
||||
source = "git+https://github.com/apache/arrow-datafusion.git?rev=6a69f529edb3087aeba57c9f01031a98ad06dd5d#6a69f529edb3087aeba57c9f01031a98ad06dd5d"
|
||||
dependencies = [
|
||||
"datafusion 7.0.0",
|
||||
"prost",
|
||||
|
|
|
@ -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="0d125356ba482e9302cd52963980157965bce9e1", default-features = false, package = "datafusion" }
|
||||
datafusion-proto = { git = "https://github.com/apache/arrow-datafusion.git", rev="0d125356ba482e9302cd52963980157965bce9e1" }
|
||||
upstream = { git = "https://github.com/apache/arrow-datafusion.git", rev="6a69f529edb3087aeba57c9f01031a98ad06dd5d", default-features = false, package = "datafusion" }
|
||||
datafusion-proto = { git = "https://github.com/apache/arrow-datafusion.git", rev="6a69f529edb3087aeba57c9f01031a98ad06dd5d" }
|
||||
workspace-hack = { path = "../workspace-hack"}
|
||||
|
|
Loading…
Reference in New Issue