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

Function test_os_file_reader

python/pyarrow/tests/test_io.py:1144–1145  ·  view source on GitHub ↗
(sample_disk_data)

Source from the content-addressed store, hash-verified

1142
1143
1144def test_os_file_reader(sample_disk_data):
1145 _check_native_file_reader(pa.OSFile, sample_disk_data)
1146
1147
1148def test_os_file_large_seeks():

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected