binmahone commented on code in PR #38867:
URL: https://github.com/apache/arrow/pull/38867#discussion_r1451693871
##########
cpp/src/parquet/arrow/reader.cc:
##########
@@ -512,8 +599,79 @@ class LeafReader : public ColumnReaderImpl {
private:
std::shared_ptr<ChunkedArray> out_;
+
+ void checkAndGetPageRanges(const RowRanges & row_ranges,
+ std::shared_ptr<RowRanges>& page_ranges) const {
Review Comment:
why std::shared_ptr<RowRanges>& -> std::shared_ptr<RowRanges>* ?
--
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]