scovich opened a new pull request, #7666: URL: https://github.com/apache/arrow-rs/pull/7666
# Which issue does this PR close? Closes https://github.com/apache/arrow-rs/issues/7665 # Rationale for this change Continuing the ongoing variant implementation effort. # What changes are included in this PR? As per title -- implement fairly complete support for variant objects and arrays. Also add some unit tests. Note: This PR renames `VariantArray` as `VariantList` to align with parquet and arrow terminology, and to not conflict with the `VariantArray` we will eventually need to define for holding an arrow array of variant-typed data. # Are there any user-facing changes? Those variant subtypes should now be usable. -- 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]
