AdamGS commented on issue #8387: URL: https://github.com/apache/arrow-rs/issues/8387#issuecomment-4117954122
I think there are two general approaches here: 1. Make variant array generic over the underlying type, and wrap it up in something to hide the generics. 1. Just use inner ArrayRefs, and validate at the edges I'm starting with the second approach as it seems much simpler, but I assume there will be some performance cost. -- 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]
