lidavidm commented on a change in pull request #10717:
URL: https://github.com/apache/arrow/pull/10717#discussion_r671526013
##########
File path: python/pyarrow/tests/test_ipc.py
##########
@@ -329,6 +329,40 @@ def test_stream_simple_roundtrip(stream_fixture,
use_legacy_ipc_format):
reader.read_next_batch()
[email protected]
+def test_compression_roundtrip():
+ if not pa.Codec.is_available('zstd'):
+ pytest.skip("{} support is not built".format('zstd'))
Review comment:
Sorry, but - is this check redundant with the mark?
--
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]