scovich commented on issue #8153:
URL: https://github.com/apache/arrow-rs/issues/8153#issuecomment-4743974009

   > what do you think?
   
   About what, specifically?
   
   From a complexity perspective, it makes perfect sense to emulate shredded 
variant-get by shredding the result of a binary variant-get... reliable and can 
ship it quickly. But it definitely comes with a high runtime [opportunity] cost.
   
   But we already have the ability to do that by manually chaining the two 
operations. So is the question whether we should move that behind an API for 
convenience? Or whether somebody wants to tackle the complexity of directly 
reshredding as part of variant-get? Or something else?


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