alamb commented on issue #5375: URL: https://github.com/apache/arrow-rs/issues/5375#issuecomment-1975185438
> Hi @alamb > > I'm interested in the progress of this issue regarding the addition of ListViewArray and LargeListViewArray to arrow-rs. I've been following the discussion and would like to know if there have been any updates or if there's anything specific I can assist with to help move this forward. Hi @Kikkon -- that is great news. 🙏 There have been discussions related to implementing `StringView` and `BinaryView` as part of https://github.com/apache/arrow-rs/issues/5374 and I expect that work to begin shortly (within a month maybe?). I don't know of any similar work afoot for `ListViewArray` but I suspect we could follow a very similar pattern to https://github.com/apache/arrow-rs/issues/5374 (e.g. implement the basic array structure first, followed by `cast`, `take`, and `filter` kernels) Does that make sense? -- 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]
