jp0317 commented on code in PR #36649:
URL: https://github.com/apache/arrow/pull/36649#discussion_r1265577343


##########
cpp/src/parquet/file_reader.cc:
##########
@@ -272,7 +273,7 @@ class SerializedRowGroup : public RowGroupReader::Contents {
   std::unique_ptr<RowGroupMetaData> row_group_metadata_;
   ReaderProperties properties_;
   int row_group_ordinal_;
-  const std::unordered_set<int> prebuffered_column_chunks_;
+  std::shared_ptr<Buffer> prebuffered_column_chunks_bitmap_;

Review Comment:
   no, changed to const, thanks



-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to