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

Function test_open_dataset_directory

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

Source from the content-addressed store, hash-verified

2449
2450@pytest.mark.parquet
2451def test_open_dataset_directory(tempdir, dataset_reader, pickle_module):
2452 tables, _ = _create_directory_of_files(tempdir)
2453 table = pa.concat_tables(tables)
2454 _check_dataset_from_path(tempdir, table, dataset_reader, pickle_module)
2455
2456
2457@pytest.mark.parquet

Callers

nothing calls this directly

Calls 2

_check_dataset_from_pathFunction · 0.85

Tested by

no test coverage detected