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

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


The following commit(s) were added to refs/heads/master by this push:
     new cef68940c6 enable compression for rust (#13893)
cef68940c6 is described below

commit cef68940c68ac2f3167cc6cafe5eefdd9f7fab79
Author: Kun Liu <[email protected]>
AuthorDate: Thu Aug 18 00:09:58 2022 +0800

    enable compression for rust (#13893)
---
 dev/archery/archery/integration/runner.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev/archery/archery/integration/runner.py 
b/dev/archery/archery/integration/runner.py
index 0ea34b297c..05f945cb82 100644
--- a/dev/archery/archery/integration/runner.py
+++ b/dev/archery/archery/integration/runner.py
@@ -140,7 +140,6 @@ class IntegrationRunner(object):
             if prefix == '2.0.0-compression':
                 skip.add("C#")
                 skip.add("JS")
-                skip.add("Rust")
 
             # See https://github.com/apache/arrow/pull/9822 for how to
             # disable specific compression type tests.

Reply via email to