From 53aa31a1daa11d8bb3f15edbe5aaf82a4a985758 Mon Sep 17 00:00:00 2001 From: liukun4515 Date: Tue, 16 Aug 2022 16:25:09 +0800 Subject: [PATCH] enable compression for rust --- 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 8a807497e7fda..b312779e3038c 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.