Open
Description
Describe the enhancement requested
The docstring for parquet.read_table
doesn't specify that the source can be a list of strings:
arrow/python/pyarrow/parquet/core.py
Lines 1629 to 1632 in e2a5b4e
There is also a #TODO
for a check on the source argument 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
This should only tackle those. There is another issue to test the fallback case successfully:
Component(s)
Documentation, Python