-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Description
Describe the enhancement requested
This is a follow-up issue of the TODO part in #46374:
There is also a #TODO for a check on the source argument [parquet.read_table] to validate is of the valid type in case dataset is not enabled.
arrow/python/pyarrow/parquet/core.py
Lines 1826 to 1829 in e2a5b4e
| if filesystem is not None: | |
| source = filesystem.open_input_file(path) | |
| # TODO test that source is not a directory or a list | |
| dataset = ParquetFile( |
Component(s)
Python