brancz commented on issue #8016:
URL: https://github.com/apache/arrow-rs/issues/8016#issuecomment-3155351006

   We'd want it to be RLE dictionary encoded (that's what everything is aready 
defaulting to anyway). I think part of the interesting thing about REE arrays 
is that it should be relatively straightforward to directly write RLE 
dictionaries, all we would need to make sure is to cast the values array of the 
REE array to a dictionary and then encode the data the way parquet expects. 
It's been a minute since I dealt with encoding parquet data directly, but there 
should be a fairly straightforward way to convert from one to the other.


-- 
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: github-unsubscr...@arrow.apache.org

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

Reply via email to