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



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

Review comment:
       A "new" missing here




----------------------------------------------------------------
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