wjones127 opened a new pull request, #37292:
URL: https://github.com/apache/arrow/pull/37292

   ### Rationale for this change
   
   These list types should be able to cast to each other. In our code base, we 
find users might naively make an list array (for example, with 
`pa.Table.from_pylist()`) and want it automatically casted to a tensor array 
(which is based on a fixed size list).
   
   ### What changes are included in this PR?
   
   Adds casts from FSL -> (Large)List and (Large)List -> FSL.
   
   ### Are these changes tested?
   
   The kernels are tested.
   
   ### Are there any user-facing changes?
   
   Just a new kernel.


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