MCPcopy Create free account
hub / github.com/apache/arrow / test_roundtrip

Function test_roundtrip

python/pyarrow/tests/test_feather.py:832–833  ·  view source on GitHub ↗
(table, compression)

Source from the content-addressed store, hash-verified

830@pytest.mark.numpy
831@h.given(past.all_tables, st.sampled_from(["uncompressed", "lz4", "zstd"]))
832def test_roundtrip(table, compression):
833 _check_arrow_roundtrip(table, compression=compression)
834
835
836@pytest.mark.lz4

Callers

nothing calls this directly

Calls 1

_check_arrow_roundtripFunction · 0.85

Tested by

no test coverage detected