adamreeve commented on code in PR #39871:
URL: https://github.com/apache/arrow/pull/39871#discussion_r1473643574
##########
dev/archery/archery/integration/runner.py:
##########
@@ -158,7 +158,6 @@ def _gold_tests(self, gold_dir):
skip_testers.add("JS")
skip_testers.add("Rust")
if prefix == '2.0.0-compression':
- skip_testers.add("C#")
Review Comment:
I've enabled the compression integration tests here, but it looks like those
only test reading compressed data, so could have been enabled previously. As
far as I can see the integration tests aren't currently set up to allow reading
compressed IPC data written by C# from another implementation.
--
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]