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

Function test_open_dataset_directory

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

_check_dataset_from_pathFunction · 0.85

Tested by

no test coverage detected