jorisvandenbossche commented on a change in pull request #7545:
URL: https://github.com/apache/arrow/pull/7545#discussion_r454140244
##########
File path: python/pyarrow/parquet.py
##########
@@ -1116,6 +1111,11 @@ class ParquetDataset:
dataset metadata. Increasing this is helpful to read partitioned
datasets.
{0}
+use_legacy_dataset : bool, default True
Review comment:
This is the docstring of ParquetDataset, for which this PR still keeps
the old default (it's only for `read_table` that it is switching, as here there
is only minimal impact on the API, as it simply returns a table. While for
ParquetDataset this would not be the case)
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]