This is an automated email from the ASF dual-hosted git repository.

dheres pushed a commit to branch use_lz4_compression
in repository https://gitbox.apache.org/repos/asf/arrow-ballista.git


The following commit(s) were added to refs/heads/use_lz4_compression by this 
push:
     new c3886341 Add feature
c3886341 is described below

commit c388634146491b16eee6fee6415b74655befcd8c
Author: DaniĆ«l Heres <[email protected]>
AuthorDate: Mon Nov 27 18:47:36 2023 +0100

    Add feature
---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index e4b5f324..fcdebab6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,7 +29,7 @@ members = [
 resolver = "2"
 
 [workspace.dependencies]
-arrow = { version = "48.0.0" }
+arrow = { version = "48.0.0", features=["ipc_compression"] }
 arrow-flight = { version = "48.0.0", features = ["flight-sql-experimental"] }
 arrow-schema = { version = "48.0.0", default-features = false }
 configure_me = { version = "0.4.0" }

Reply via email to