You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/05/04 14:00:38 UTC

[GitHub] [arrow] wesm commented on a change in pull request #7089: ARROW-8657: [C++][Python] Add separate configuration for data pages

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



##########
File path: cpp/src/parquet/properties.h
##########
@@ -34,10 +34,14 @@
 
 namespace parquet {
 
+/// Control for data types in parquet.
 struct ParquetVersion {
   enum type { PARQUET_1_0, PARQUET_2_0 };
 };
 
+/// Controls layout of data pages.

Review comment:
       parquet-format v2.0.0 introduced a data page metadata and serialized page structure (for example, encoded levels are no longer compressed)




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