binmahone commented on code in PR #38867:
URL: https://github.com/apache/arrow/pull/38867#discussion_r1451681328
##########
cpp/src/parquet/arrow/reader_internal.h:
##########
@@ -109,6 +113,7 @@ struct ReaderContext {
FileColumnIteratorFactory iterator_factory;
bool filter_leaves;
std::shared_ptr<std::unordered_set<int>> included_leaves;
+ std::shared_ptr<std::vector<RowRanges>> row_ranges_map;
Review Comment:
named with map because it's indexed by RowGroup number. Anyway I'll changed
to row_ranges
--
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]