AdamGS opened a new pull request, #9862:
URL: https://github.com/apache/arrow-rs/pull/9862

   # Which issue does this PR close?
   
   - Part of https://github.com/apache/arrow-rs/issues/8982
   
   # Rationale for this change
   
   For cases we can just cast the perfectly shredded array, this is a 
significant performance boost.
   
   One issue here is that the casting behavior is slightly different, but that 
seems aligned with #8982 and other work.
   
   # What changes are included in this PR?
   
   If an array is perfectly shredded AND can be cast according to arrow's cast 
semantics, we cast it instead of falling back to the row builder. 
   
   # Are these changes tested?
   
   In addition to existing tests, added an additional test to make sure it 
works.
   
   # Are there any user-facing changes?
   
   Casting behavior of perfectly shredded children changes slightly.


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