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/12/23 11:02:52 UTC

[GitHub] [orc] guiyanakuang commented on pull request #971: ORC-1060: reduce memory usage when vectorized reading dictionary string encoding columns

guiyanakuang commented on pull request #971:
URL: https://github.com/apache/orc/pull/971#issuecomment-1000219651


   Before
   `InStream` ----> `DynamicByteArray(data[][])` -----> `byte[]`
   After
   `InStream` ----> `byte[]`
   
   `DynamicByteArray` plays no other role in the context and seems completely redundant, I approve of this pr


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