tustvold commented on issue #3520:
URL: https://github.com/apache/arrow-rs/issues/3520#issuecomment-1385127898

   Dictionaries are RLE encoded in parquet, so we could theoretically preserve 
RLE encoding for dictionary arrays, on top of the existing logic to preserve 
the dictionary encoding. However, the cost and complexity of translating 
between the two representations is likely to negate much of the potential gains.
   
   > zlib
   
   Do you have a link for this, I'm not sure how you would reliably use the 
codecs internal RLE coding as it isn't guaranteed to be at a meaningful 
granularity for the encoded data?


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to