rymurr commented on a change in pull request #7290:
URL: https://github.com/apache/arrow/pull/7290#discussion_r452934813
##########
File path: dev/archery/archery/integration/runner.py
##########
@@ -126,6 +126,8 @@ def _gold_tests(self, gold_dir):
if f.name == name).skip
except StopIteration:
skip = set()
+ if name == 'union' and prefix == '0.17.1':
Review comment:
This is a minor hack to remove Java from 0.17.1 union gold tests. Not
the most elegant way to do it but doing it correctly would be a non-trivial
change to archery imho. Thoughts?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]