We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c6687b commit 1d8e4d3Copy full SHA for 1d8e4d3
Cargo.toml
@@ -34,5 +34,5 @@ members = ["crates/fluss", "crates/examples", "bindings/python"]
34
fluss = { version = "0.1.0", path = "./crates/fluss" }
35
tokio = { version = "1.44.2", features = ["full"] }
36
clap = { version = "4.5.37", features = ["derive"] }
37
-arrow = "57.0.0"
+arrow = { version = "57.0.0", features = ["ipc_compression"] }
38
chrono = { version = "0.4", features = ["clock", "std", "wasmbind"] }
0 commit comments