alamb commented on issue #5375: URL: https://github.com/apache/arrow-rs/issues/5375#issuecomment-3452767276
Thanks @vegarsti -- updated the list for filter/take I just poked around and it seems cast is not done; https://github.com/apache/arrow-rs/blob/main/arrow-cast/src/cast/mod.rs I think cast is needed as a way to convert back/forth with other types. After we do cast I suspect there will be a long tail of other kernels that need support for the ListView type, but we could claim that the initial implementation is complete and ListView is usable -- 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]
