andishgar commented on issue #46485:
URL: https://github.com/apache/arrow/issues/46485#issuecomment-2893193246

   > Hmm. The important part is that `fixed_size_list(int32(), 2)` -view-> 
`list_view(int32())` -view-> `fixed_size_list(int32(), 2)` doesn't work, right? 
[@pitrou](https://github.com/pitrou) What do you think about this behavior?
   
   There are two issues:
   
   1-During the conversion from `fixed_size_list(int32(), 2)` to 
`list_view(int32())`, half of the data is lost — only the first 9 elements (`0 
to 8`) are visible in` list_view(int32())`, even though the original range was 
`0 to 17`.
   
   2-As you mentioned, converting from `list_view(int32()) `back to 
`fixed_size_list(int32(), 2)` results in an invalid array.


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to