You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@orc.apache.org by GitBox <gi...@apache.org> on 2021/08/04 05:57:37 UTC

[GitHub] [orc] dongjoon-hyun commented on pull request #810: ORC-904: Use Map for userMetadata in ReaderImpl

dongjoon-hyun commented on pull request #810:
URL: https://github.com/apache/orc/pull/810#issuecomment-892385379


   Thank you for updating, @guiyanakuang . Now, do we have both structure? It looks like a regression in memory perspective.
   
   ```
     public static class UserMetadata {
        private final List<OrcProto.UserMetadataItem> innerUserMetadata;
   
        private Map<String, ByteString> metadataCache;
   ```


-- 
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-unsubscribe@orc.apache.org

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