(table, compression)
| 830 | @pytest.mark.numpy |
| 831 | @h.given(past.all_tables, st.sampled_from(["uncompressed", "lz4", "zstd"])) |
| 832 | def test_roundtrip(table, compression): |
| 833 | _check_arrow_roundtrip(table, compression=compression) |
| 834 | |
| 835 | |
| 836 | @pytest.mark.lz4 |
nothing calls this directly
no test coverage detected