pitrou commented on code in PR #35455:
URL: https://github.com/apache/arrow/pull/35455#discussion_r1219288708


##########
cpp/src/parquet/properties.h:
##########
@@ -541,6 +544,8 @@ class PARQUET_EXPORT WriterProperties {
     }
 
     /// Enable writing page index for column specified by `path`. Default 
disabled.
+    /// Note that it does not write statistics to the page header once page 
index is
+    /// enabled.

Review Comment:
   Update this comment as well? Or just removed it as things are explained in 
more detail above.



##########
cpp/src/parquet/properties.h:
##########
@@ -541,6 +544,8 @@ class PARQUET_EXPORT WriterProperties {
     }
 
     /// Enable writing page index for column specified by `path`. Default 
disabled.
+    /// Note that it does not write statistics to the page header once page 
index is
+    /// enabled.

Review Comment:
   Update this comment as well? Or just remove it as things are explained in 
more detail above.



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

Reply via email to