wgtmac commented on code in PR #245: URL: https://github.com/apache/parquet-format/pull/245#discussion_r1606156562
########## PageIndex.md: ########## @@ -19,9 +19,11 @@ # ColumnIndex Layout to Support Page Skipping -This document describes the format for column index pages in the Parquet -footer. These pages contain statistics for DataPages and can be used to skip -pages when scanning data in ordered and unordered columns. +In Parquet, a "Page Index" is optional metadata for a Review Comment: I think there is also confusion that sometimes we say PageIndex, sometimes ColumnIndex. However, PageIndex is composed of ColumnIndex and OffsetIndex. Is it better to use PageIndex wherever possible? If agreed, we need to modify the title of this section as well. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
