roapi/Cargo.toml
QP Hou 928027fe31
bump datafusion to 6.x (#111)
adds support for accessing nested struct field and array element
2021-11-21 14:41:02 -08:00

24 lines
726 B
TOML

[workspace]
members = [
"columnq",
"columnq-cli",
"roapi-http",
]
[patch.crates-io]
# datafusion = { git = "https://github.com/apache/arrow-datafusion.git", rev = "e62cb455955e120cfe9d8935aa3ebc8726369d15" }
datafusion = { git = "https://github.com/houqp/arrow-datafusion.git", rev = "07bc2c754805f536fe1cd873dbe6adfc0a21cbb3" }
deltalake = { git = "https://github.com/delta-io/delta-rs.git", rev = "70f520a15ae7884c46142bfb0dbc8790f43d8701" }
[patch."https://github.com/apache/arrow-datafusion"]
datafusion = { git = "https://github.com/houqp/arrow-datafusion.git", rev = "07bc2c754805f536fe1cd873dbe6adfc0a21cbb3" }
[profile.dev]
split-debuginfo = "unpacked"
[profile.release]
lto = true
codegen-units = 1