mapleFU commented on code in PR #39393:
URL: https://github.com/apache/arrow/pull/39393#discussion_r1439286229
##########
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:
IMO fallback or checking is important. Some cases might likely to read
external table or disable column statistics in some wide table
--
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]