feat: add an option to turn on compression for arrow output (#4730)

* feat: add an option to turn on compression for arrow output

* fix: typo
This commit is contained in:
Ning Sun
2024-09-19 12:38:41 +08:00
committed by GitHub
parent d1e0602c76
commit 08bd40333c
5 changed files with 100 additions and 9 deletions

View File

@@ -90,7 +90,7 @@ aquamarine = "0.3"
arrow = { version = "51.0.0", features = ["prettyprint"] }
arrow-array = { version = "51.0.0", default-features = false, features = ["chrono-tz"] }
arrow-flight = "51.0"
arrow-ipc = { version = "51.0.0", default-features = false, features = ["lz4"] }
arrow-ipc = { version = "51.0.0", default-features = false, features = ["lz4", "zstd"] }
arrow-schema = { version = "51.0", features = ["serde"] }
async-stream = "0.3"
async-trait = "0.1"