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

Function test_set_write_batch_size

python/pyarrow/tests/parquet/test_basic.py:82–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80
81@pytest.mark.numpy
82def test_set_write_batch_size():
83 table = _test_table(100)
84
85 _check_roundtrip(
86 table, data_page_size=10, write_batch_size=1, version='2.4'
87 )
88
89
90@pytest.mark.numpy

Callers

nothing calls this directly

Calls 2

_test_tableFunction · 0.90
_check_roundtripFunction · 0.90

Tested by

no test coverage detected