huberylee commented on code in PR #39393:
URL: https://github.com/apache/arrow/pull/39393#discussion_r1439297404


##########
cpp/src/parquet/column_reader.cc:
##########
@@ -980,6 +1006,12 @@ class ColumnReaderImplBase {
   // plain-encoded data.
   std::unordered_map<int, std::unique_ptr<DecoderType>> decoders_;
 
+  // Skip info for current page
+  PageSkipInfo* skip_info_{nullptr};

Review Comment:
   In current implementation, we only check it in ``GetColumnPageReader`` under 
debug mode. Fallback and more checks will be added later.



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