raulcd opened a new issue, #46374: URL: https://github.com/apache/arrow/issues/46374
### Describe the enhancement requested The docstring for `parquet.read_table` doesn't specify that the source can be a list of strings: https://github.com/apache/arrow/blob/e2a5b4e90243c8b677218fa2f7d8cb483fb3a840/python/pyarrow/parquet/core.py#L1629-L1632 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. https://github.com/apache/arrow/blob/e2a5b4e90243c8b677218fa2f7d8cb483fb3a840/python/pyarrow/parquet/core.py#L1826-L1829 This should only tackle those. There is another issue to test the fallback case successfully: - https://github.com/apache/arrow/issues/46373 ### Component(s) Documentation, Python -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org