luoyuxia commented on code in PR #59:
URL: https://github.com/apache/fluss-rust/pull/59#discussion_r2555548683
##########
Cargo.toml:
##########
@@ -34,5 +34,5 @@ members = ["crates/fluss", "crates/examples",
"bindings/python"]
fluss = { version = "0.1.0", path = "./crates/fluss" }
tokio = { version = "1.44.2", features = ["full"] }
clap = { version = "4.5.37", features = ["derive"] }
-arrow = "57.0.0"
+arrow = { version = "57.0.0", features = ["ipc_compression"] }
Review Comment:
two question:
1: will it automatically decompress data when read to arrow record batch? Do
we need to introduce decompress code logic?
2: will it handle all compress type that fluss supports, like ltz?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]