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

Function test_multithreaded_read

python/pyarrow/tests/test_feather.py:452–456  ·  view source on GitHub ↗
(version)

Source from the content-addressed store, hash-verified

450
451@pytest.mark.pandas
452def test_multithreaded_read(version):
453 data = {f'c{i}': [''] * 10
454 for i in range(100)}
455 df = pd.DataFrame(data)
456 _check_pandas_roundtrip(df, use_threads=True, version=version)
457
458
459@pytest.mark.pandas

Callers

nothing calls this directly

Calls 1

_check_pandas_roundtripFunction · 0.70

Tested by

no test coverage detected