coderex2522 commented on code in PR #1073: URL: https://github.com/apache/orc/pull/1073#discussion_r843408965
########## c++/src/Reader.hh: ########## @@ -254,7 +255,6 @@ namespace orc { std::vector<std::vector<proto::ColumnStatistics> >* indexStats) const; // metadata - mutable std::unique_ptr<proto::Metadata> metadata; mutable bool isMetadataLoaded; Review Comment: Because the Metadata variable need to be consumed in the RowReaderImpl class and ReaderImpl class, while the isMetadataLoaded variable are not required. -- 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: dev-unsubscr...@orc.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org