westonpace commented on PR #33974:
URL: https://github.com/apache/arrow/pull/33974#issuecomment-1413802226

   I don't have a problem with this change but wonder if the root cause might 
be a little more fundamental.  I wonder if `ParquetDataset` itself should be 
deprecated.  The docs you probably want are 
[pyarrow.dataset.dataset](https://arrow.apache.org/docs/python/generated/pyarrow.dataset.dataset.html#pyarrow.dataset.dataset)
 and 
[pyarrow.dataset.Dataset](https://arrow.apache.org/docs/python/generated/pyarrow.dataset.Dataset.html#pyarrow.dataset.Dataset)
 (though filter would be provided by 
[pyarrow.dataset.Dataset.to_table](https://arrow.apache.org/docs/python/generated/pyarrow.dataset.Dataset.html#pyarrow.dataset.Dataset.to_table)
 which unfortunately redirects its documentation to 
[pyarrow.dataset.Scanner.from_dataset](https://arrow.apache.org/docs/python/generated/pyarrow.dataset.Scanner.html#pyarrow.dataset.Scanner.from_dataset)
 :cold_sweat: ) 


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to