wgtmac commented on code in PR #1073:
URL: https://github.com/apache/orc/pull/1073#discussion_r843403086


##########
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:
   Why is this flag not moved together with _**std::unique_ptr<proto::Metadata> 
metadata**_ ?



-- 
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

Reply via email to