PinkCrow007 opened a new pull request, #7653: URL: https://github.com/apache/arrow-rs/pull/7653
# Which issue does this PR close? Closes #7424 # Rationale for this change This PR introduces a basic builder API for creating Variant values, building on the foundation laid by @mkarbo. The builder provides a user-friendly nested API while maintaining performance through a single-buffer design. The design was shaped with huge help from @alamb, @scovich and @Weijun-H ’s feedback, and draws much inspiration from the excellent work by @zeroshade This is an initial version and does not yet support nested values, metadata key sorting, and so on # What changes are included in this PR? - Adds VariantBuilder, ObjectBuilder, ArrayBuilder # Are there any user-facing changes? The new API's added in parquet-variant will be user facing. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org