AlenkaF commented on code in PR #36290:
URL: https://github.com/apache/arrow/pull/36290#discussion_r1251612281
##########
python/pyarrow/parquet/core.py:
##########
@@ -867,6 +867,10 @@ def _sanitize_table(table, new_schema, flavor):
it will restore the timezone (Parquet only stores the UTC values without
timezone), or columns with duration type will be restored from the int64
Parquet column.
+write_page_index : bool, default False
+ Parquet format supports a page index that allows page index that allows
+ Reader to skipping reading pages of data. This option enables writing
+ the page index to the file.
Review Comment:
```suggestion
Parquet format supports page index that makes filtering when
reading more efficient. This option enables writing the page
index to the Parquet file.
```
--
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]