zeroshade commented on code in PR #15194:
URL: https://github.com/apache/arrow/pull/15194#discussion_r1134166931
##########
dev/archery/archery/integration/runner.py:
##########
@@ -140,6 +140,8 @@ def _gold_tests(self, gold_dir):
if prefix == '2.0.0-compression':
skip.add("C#")
skip.add("JS")
+ if name.startswith('uncompressible_'):
+ skip.add("Go")
Review Comment:
Please rebase and remove this skip (I already submitted the fix for Go).
I'll merge this afterwards :) thanks!
--
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]