You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by tu...@apache.org on 2022/08/16 09:49:16 UTC

[arrow-rs] branch master updated: enable compression for it (#2462)

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

tustvold pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


The following commit(s) were added to refs/heads/master by this push:
     new 7a74465f2 enable compression for it (#2462)
7a74465f2 is described below

commit 7a74465f2b8b622428e562f23298b7cce16886f7
Author: Kun Liu <li...@apache.org>
AuthorDate: Tue Aug 16 17:49:11 2022 +0800

    enable compression for it (#2462)
---
 integration-testing/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/integration-testing/Cargo.toml b/integration-testing/Cargo.toml
index 12892badc..c5d2e0b19 100644
--- a/integration-testing/Cargo.toml
+++ b/integration-testing/Cargo.toml
@@ -31,7 +31,7 @@ rust-version = "1.62"
 logging = ["tracing-subscriber"]
 
 [dependencies]
-arrow = { path = "../arrow", default-features = false, features = [ "test_utils" ] }
+arrow = { path = "../arrow", default-features = false, features = [ "test_utils", "ipc_compression" ] }
 arrow-flight = { path = "../arrow-flight", default-features = false }
 async-trait = { version = "0.1.41", default-features = false }
 clap = { version = "3", default-features = false, features = ["std", "derive"] }