wesm commented on a change in pull request #7545:
URL: https://github.com/apache/arrow/pull/7545#discussion_r454001248



##########
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:
       default False

##########
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
+    Set to False to enable the new code path (experimental, using the
+    new Arrow Dataset API). Among other things, this allows to pass
+    `filters` for all columns and not only the partition keys, enables
+    different partitioning schemes, etc.

Review comment:
       Seems somewhat out of date




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to