klion26 commented on issue #10145: URL: https://github.com/apache/arrow-rs/issues/10145#issuecomment-4713515263
> Is the idea for variant_get to actually invoke casting logic if/when needed? @scovich Yes, will always invoke casting logic in variant_get code path(`int8` -> `int16`, and `bool` -> `int8`, etc), but not do cast in shred code path. -- 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]
