pitrou commented on a change in pull request #12409:
URL: https://github.com/apache/arrow/pull/12409#discussion_r807802120



##########
File path: dev/archery/archery/integration/runner.py
##########
@@ -129,6 +136,11 @@ def _gold_tests(self, gold_dir):
                 skip = set()
             if name == 'union' and prefix == '0.17.1':
                 skip.add("Java")
+            if name == 'dictionary' and prefix == '0.14.1':
+                skip.add("Go")
+                skip.add("C#")
+            if name == 'decimal' and prefix == '0.14.1':
+                skip.add("Rust")

Review comment:
       I see, do you plan to tackle those items in another PR?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to