asubiotto commented on PR #9558: URL: https://github.com/apache/arrow-rs/pull/9558#issuecomment-4347499868
One thing I’m concerned about is using a blanket mutable array extend for any listview element type including complex nested types (e.g. we have list views of structs with dicts and more list views). The implication is that we’re using the equivalent of a “fallback” interleave path for all of these element types. Maybe it’s fine to merge this as is and revisit later, but worth keeping in mind. -- 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]
