jorisvandenbossche commented on code in PR #39112:
URL: https://github.com/apache/arrow/pull/39112#discussion_r1431145654
##########
python/pyarrow/parquet/core.py:
##########
@@ -1714,11 +1185,13 @@ def _open_dataset_file(dataset, path, meta=None):
class ParquetDataset:
-
__doc__ = """
Encapsulates details of reading a complete Parquet dataset possibly
consisting of multiple files and partitions in subdirectories.
+Keywords `metadata`, `split_row_groups=True` and `validate_schema=False`
+are not yet supported.
Review Comment:
We could maybe also leave this out? The wording now suggests that we are
planning to support them, and I am not sure if that is 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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]