sdf-jkl commented on PR #10157: URL: https://github.com/apache/arrow-rs/pull/10157#issuecomment-4845964051
I think `shred_variant` doesn't _have_ to use `parquet-variant` - `as_*` identity APIs. `shred_variant` should have it's own match arms for cast semantics for specific types. Identity APIs for simple types and special casts from `parquet-variant-compute` to handle cases where multiple physical types share an Equivalence Class So, we can do 1/2 for actual shred semantics and 0 for `parquet-variant` crate. -- 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]
