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

Function test_open_dataset_single_file

python/pyarrow/tests/test_dataset.py:2437–2439  ·  view source on GitHub ↗
(tempdir, dataset_reader, pickle_module)

Source from the content-addressed store, hash-verified

2435
2436@pytest.mark.parquet
2437def test_open_dataset_single_file(tempdir, dataset_reader, pickle_module):
2438 table, path = _create_single_file(tempdir)
2439 _check_dataset_from_path(path, table, dataset_reader, pickle_module)
2440
2441
2442@pytest.mark.parquet

Callers

nothing calls this directly

Calls 2

_create_single_fileFunction · 0.85
_check_dataset_from_pathFunction · 0.85

Tested by

no test coverage detected