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

   # Which issue does this PR close?
   
   - Closes #10045 .
   
   # Rationale for this change
   
   Implement interleave for Map/FSL type.
   
   Note: This might a slow implementation for FSL. For map it's a struct type, 
and at would have two childs. So even if it's `Map<i32, i32>`, it wouldn't be 
slower than before.
   
   For FSL, if it's fixed sized list with short i32 list, it may hit the 
problem in https://github.com/apache/arrow-rs/pull/10025 , making them use same 
code to handle list is better.
   
   # What changes are included in this PR?
   
   Implement interleave for Map/FSL type.
   
   # Are these changes tested?
   
   1. Test covered by existing
   2. benchmark is provided
   
   # Are there any user-facing changes?
   
   No
   


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