jayzhan211 commented on PR #4484:
URL: https://github.com/apache/arrow-rs/pull/4484#issuecomment-1631718772

   > > but the result seems weird to me
   > 
   > Part of me feels this element-wise cast is more in-keeping with the other 
casts, I certainly feel we should be consistent, I wonder if the logic in this 
PR should be a new kernel 🤔 I'll have a think
   
   I found that the current `cast list inner` does not have the same logic as 
`cast primitive to list` so I can safely introduce a nested version of the 
`cast list inner` function without breaking existing code. If we really need 
element-wise casting for list-to-list casting, we can use `CastOptions`. In 
this PR, I will only support nested versions of list-to-list casting.


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