You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "zeroshade (via GitHub)" <gi...@apache.org> on 2023/03/13 15:28:34 UTC

[GitHub] [arrow] zeroshade commented on a diff in pull request #15194: GH-15102: [C++] Could not decompress arrow stream sent from Java arrow SDK

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org