westonpace commented on a change in pull request #10717:
URL: https://github.com/apache/arrow/pull/10717#discussion_r671529465



##########
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()
 
 
+@pytest.mark.zstd
+def test_compression_roundtrip():
+    if not pa.Codec.is_available('zstd'):
+        pytest.skip("{} support is not built".format('zstd'))

Review comment:
       Don't be sorry :).  Thanks for catching it.  I've pushed a fix.




-- 
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-unsubscr...@arrow.apache.org

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


Reply via email to