vegarsti commented on PR #8589:
URL: https://github.com/apache/arrow-rs/pull/8589#issuecomment-3397129358

   > > Out of curiosity, though, the approach in this PR seems quite similar to 
the code for dictionaries. Does the dictionary code similarly bloat the binary, 
and if so, why is that acceptable but not for REE?
   > 
   > Dictionaries run into similar challenges, and a lot of effort has been 
expended trying to mitigate the bloat they cause. For example #3616 #4705 #4701 
to name a few. Ultimately it's a compromise, there isn't a way to avoid this 
bloat and support dictionaries so we pay the tax, with run-end encoded arrays 
the tax isn't necessary and so it is better we don't pay it.
   
   Thanks for the context!


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