kou commented on issue #46485: URL: https://github.com/apache/arrow/issues/46485#issuecomment-2892596991
> 2-Should I think of this method as a form of casting based on `arrow::DataTypeLayout`? Yes. > 3-Is the following output for `view` and `view_2` acceptable?(If yes, I think it might make sense to drop `arrow::ArrayStatistics`.) 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 What do you think about this behavior? Note that `Array::View` was implemented by #4482. -- 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