From cef68940c68ac2f3167cc6cafe5eefdd9f7fab79 Mon Sep 17 00:00:00 2001 From: Kun Liu Date: Thu, 18 Aug 2022 00:09:58 +0800 Subject: [PATCH] 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 0ea34b297cea5..05f945cb82416 100644 --- a/dev/archery/archery/integration/runner.py +++ b/dev/archery/archery/integration/runner.py @@ -140,7 +140,6 @@ def _gold_tests(self, gold_dir): 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.