sdf-jkl opened a new issue, #10617: URL: https://github.com/apache/arrow-rs/issues/10617
### Is your feature request related to a problem or challenge? The Variant interoperability tests cover primitive objects and arrays, but the `object_nested` and `array_nested` fixtures from `parquet-testing` are still excluded. This leaves nested builder encoding without equivalent interoperability coverage. ### Describe the solution you'd like Construct the nested object and array values with `VariantBuilder` and compare their decoded values against the `object_nested` and `array_nested` interoperability fixtures. ### Additional context Current TODO: https://github.com/apache/arrow-rs/blob/main/parquet-variant/tests/variant_interop.rs#L350 -- 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]
