emkornfield commented on code in PR #14603:
URL: https://github.com/apache/arrow/pull/14603#discussion_r1035213163


##########
cpp/src/parquet/column_reader.cc:
##########
@@ -263,6 +269,11 @@ class SerializedPageReader : public PageReader {
                                              int compressed_len, int 
uncompressed_len,
                                              int levels_byte_len = 0);
 
+  // Returns true for non-data pages, and if we should skip based on
+  // skip_page_callback_. Performs basic checks on values in the page header.
+  // Fills in page_statistics.
+  bool ShouldSkipPage(EncodedStatistics& page_statistics);

Review Comment:
   nit: Style in Arrow is to still use pointers for output parameters



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