bump datafusion for partition filter fix

This commit is contained in:
Qingping Hou 2024-04-28 23:09:32 -07:00
parent 98b46f2ad5
commit 40682d733a
2 changed files with 20 additions and 16 deletions

18
Cargo.lock generated
View File

@ -1405,7 +1405,7 @@ dependencies = [
[[package]]
name = "datafusion"
version = "35.0.0"
source = "git+https://github.com/roapi/arrow-datafusion.git?rev=3873cc92cec9e0653362f1777035cd18a2e738b3#3873cc92cec9e0653362f1777035cd18a2e738b3"
source = "git+https://github.com/roapi/arrow-datafusion.git?rev=4c4a77fb604bd1d74093da41b8b40f49549e8f84#4c4a77fb604bd1d74093da41b8b40f49549e8f84"
dependencies = [
"ahash 0.8.11",
"arrow",
@ -1452,7 +1452,7 @@ dependencies = [
[[package]]
name = "datafusion-common"
version = "35.0.0"
source = "git+https://github.com/roapi/arrow-datafusion.git?rev=3873cc92cec9e0653362f1777035cd18a2e738b3#3873cc92cec9e0653362f1777035cd18a2e738b3"
source = "git+https://github.com/roapi/arrow-datafusion.git?rev=4c4a77fb604bd1d74093da41b8b40f49549e8f84#4c4a77fb604bd1d74093da41b8b40f49549e8f84"
dependencies = [
"ahash 0.8.11",
"arrow",
@ -1471,7 +1471,7 @@ dependencies = [
[[package]]
name = "datafusion-execution"
version = "35.0.0"
source = "git+https://github.com/roapi/arrow-datafusion.git?rev=3873cc92cec9e0653362f1777035cd18a2e738b3#3873cc92cec9e0653362f1777035cd18a2e738b3"
source = "git+https://github.com/roapi/arrow-datafusion.git?rev=4c4a77fb604bd1d74093da41b8b40f49549e8f84#4c4a77fb604bd1d74093da41b8b40f49549e8f84"
dependencies = [
"arrow",
"chrono",
@ -1491,7 +1491,7 @@ dependencies = [
[[package]]
name = "datafusion-expr"
version = "35.0.0"
source = "git+https://github.com/roapi/arrow-datafusion.git?rev=3873cc92cec9e0653362f1777035cd18a2e738b3#3873cc92cec9e0653362f1777035cd18a2e738b3"
source = "git+https://github.com/roapi/arrow-datafusion.git?rev=4c4a77fb604bd1d74093da41b8b40f49549e8f84#4c4a77fb604bd1d74093da41b8b40f49549e8f84"
dependencies = [
"ahash 0.8.11",
"arrow",
@ -1506,7 +1506,7 @@ dependencies = [
[[package]]
name = "datafusion-optimizer"
version = "35.0.0"
source = "git+https://github.com/roapi/arrow-datafusion.git?rev=3873cc92cec9e0653362f1777035cd18a2e738b3#3873cc92cec9e0653362f1777035cd18a2e738b3"
source = "git+https://github.com/roapi/arrow-datafusion.git?rev=4c4a77fb604bd1d74093da41b8b40f49549e8f84#4c4a77fb604bd1d74093da41b8b40f49549e8f84"
dependencies = [
"arrow",
"async-trait",
@ -1523,7 +1523,7 @@ dependencies = [
[[package]]
name = "datafusion-physical-expr"
version = "35.0.0"
source = "git+https://github.com/roapi/arrow-datafusion.git?rev=3873cc92cec9e0653362f1777035cd18a2e738b3#3873cc92cec9e0653362f1777035cd18a2e738b3"
source = "git+https://github.com/roapi/arrow-datafusion.git?rev=4c4a77fb604bd1d74093da41b8b40f49549e8f84#4c4a77fb604bd1d74093da41b8b40f49549e8f84"
dependencies = [
"ahash 0.8.11",
"arrow",
@ -1556,7 +1556,7 @@ dependencies = [
[[package]]
name = "datafusion-physical-plan"
version = "35.0.0"
source = "git+https://github.com/roapi/arrow-datafusion.git?rev=3873cc92cec9e0653362f1777035cd18a2e738b3#3873cc92cec9e0653362f1777035cd18a2e738b3"
source = "git+https://github.com/roapi/arrow-datafusion.git?rev=4c4a77fb604bd1d74093da41b8b40f49549e8f84#4c4a77fb604bd1d74093da41b8b40f49549e8f84"
dependencies = [
"ahash 0.8.11",
"arrow",
@ -1586,7 +1586,7 @@ dependencies = [
[[package]]
name = "datafusion-proto"
version = "35.0.0"
source = "git+https://github.com/roapi/arrow-datafusion.git?rev=3873cc92cec9e0653362f1777035cd18a2e738b3#3873cc92cec9e0653362f1777035cd18a2e738b3"
source = "git+https://github.com/roapi/arrow-datafusion.git?rev=4c4a77fb604bd1d74093da41b8b40f49549e8f84#4c4a77fb604bd1d74093da41b8b40f49549e8f84"
dependencies = [
"arrow",
"chrono",
@ -1600,7 +1600,7 @@ dependencies = [
[[package]]
name = "datafusion-sql"
version = "35.0.0"
source = "git+https://github.com/roapi/arrow-datafusion.git?rev=3873cc92cec9e0653362f1777035cd18a2e738b3#3873cc92cec9e0653362f1777035cd18a2e738b3"
source = "git+https://github.com/roapi/arrow-datafusion.git?rev=4c4a77fb604bd1d74093da41b8b40f49549e8f84#4c4a77fb604bd1d74093da41b8b40f49549e8f84"
dependencies = [
"arrow",
"arrow-schema",

View File

@ -12,11 +12,15 @@ split-debuginfo = "unpacked"
lto = true
codegen-units = 1
#[patch."https://github.com/sfu-db/connector-x.git"]
#connectorx = { path = "/home/houqp/Documents/code/roapi/connector-x/connectorx" }
[patch.crates-io]
datafusion = { git = "https://github.com/roapi/arrow-datafusion.git", rev = "3873cc92cec9e0653362f1777035cd18a2e738b3" }
datafusion-common = { git = "https://github.com/roapi/arrow-datafusion.git", rev = "3873cc92cec9e0653362f1777035cd18a2e738b3" }
datafusion-proto = { git = "https://github.com/roapi/arrow-datafusion.git", rev = "3873cc92cec9e0653362f1777035cd18a2e738b3" }
datafusion-expr = { git = "https://github.com/roapi/arrow-datafusion.git", rev = "3873cc92cec9e0653362f1777035cd18a2e738b3" }
datafusion-physical-expr = { git = "https://github.com/roapi/arrow-datafusion.git", rev = "3873cc92cec9e0653362f1777035cd18a2e738b3" }
datafusion-physical-plan = { git = "https://github.com/roapi/arrow-datafusion.git", rev = "3873cc92cec9e0653362f1777035cd18a2e738b3" }
datafusion-sql = { git = "https://github.com/roapi/arrow-datafusion.git", rev = "3873cc92cec9e0653362f1777035cd18a2e738b3" }
datafusion = { git = "https://github.com/roapi/arrow-datafusion.git", rev = "4c4a77fb604bd1d74093da41b8b40f49549e8f84" }
datafusion-common = { git = "https://github.com/roapi/arrow-datafusion.git", rev = "4c4a77fb604bd1d74093da41b8b40f49549e8f84" }
datafusion-proto = { git = "https://github.com/roapi/arrow-datafusion.git", rev = "4c4a77fb604bd1d74093da41b8b40f49549e8f84" }
datafusion-expr = { git = "https://github.com/roapi/arrow-datafusion.git", rev = "4c4a77fb604bd1d74093da41b8b40f49549e8f84" }
datafusion-physical-expr = { git = "https://github.com/roapi/arrow-datafusion.git", rev = "4c4a77fb604bd1d74093da41b8b40f49549e8f84" }
datafusion-physical-plan = { git = "https://github.com/roapi/arrow-datafusion.git", rev = "4c4a77fb604bd1d74093da41b8b40f49549e8f84" }
datafusion-sql = { git = "https://github.com/roapi/arrow-datafusion.git", rev = "4c4a77fb604bd1d74093da41b8b40f49549e8f84" }
# object_store = { path = "/home/houqp/Documents/code/delta/arrow-rs/object_store" }