jorgecarleitao commented on a change in pull request #12409:
URL: https://github.com/apache/arrow/pull/12409#discussion_r806261144
##########
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:
exactly, I tried to cover one portion of the cases in this PR; there are
2 missing to make them part of the configuration:
* golden files
* flight
this change was only to be able to decouple the names of the golden files
from the name of the language to language tests.
--
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]