sdf-jkl opened a new issue, #10618: URL: https://github.com/apache/arrow-rs/issues/10618
### Is your feature request related to a problem or challenge? `parquet-variant-compute` contains a local `StructArrayBuilder` for assembling a `StructArray` from completed child arrays, fields, and an optional null buffer. This is a general Arrow array utility rather than Variant-specific functionality. ### Describe the solution you'd like Add the utility, or equivalent functionality, to `arrow-array` and replace the local implementation in `parquet-variant-compute`. ### Additional context Current TODO: https://github.com/apache/arrow-rs/blob/main/parquet-variant-compute/src/variant_array.rs#L927 -- 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]
