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:2436–2438  ·  view source on GitHub ↗
(tempdir, dataset_reader, pickle_module)

Source from the content-addressed store, hash-verified

2434
2435@pytest.mark.parquet
2436def test_open_dataset_single_file(tempdir, dataset_reader, pickle_module):
2437 table, path = _create_single_file(tempdir)
2438 _check_dataset_from_path(path, table, dataset_reader, pickle_module)
2439
2440
2441@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