mirror of
https://github.com/roapi/roapi.git
synced 2026-06-05 21:04:02 +08:00
optimize partition scan
This commit is contained in:
parent
9377b7ccad
commit
c07127a343
@ -8,3 +8,11 @@ split-debuginfo = "unpacked"
|
||||
[profile.release]
|
||||
lto = true
|
||||
codegen-units = 1
|
||||
|
||||
[patch.crates-io]
|
||||
datafusion = { git = "https://github.com/roapi/arrow-datafusion.git", branch = "qp_partition_scan" }
|
||||
datafusion-proto = { git = "https://github.com/roapi/arrow-datafusion.git", branch = "qp_partition_scan" }
|
||||
datafusion-common = { git = "https://github.com/roapi/arrow-datafusion.git", branch = "qp_partition_scan" }
|
||||
datafusion-physical-expr = { git = "https://github.com/roapi/arrow-datafusion.git", branch = "qp_partition_scan" }
|
||||
datafusion-optimizer = { git = "https://github.com/roapi/arrow-datafusion.git", branch = "qp_partition_scan" }
|
||||
datafusion-expr = { git = "https://github.com/roapi/arrow-datafusion.git", branch = "qp_partition_scan" }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user