You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Finish implementing Variant::Object and Variant::List (#7666)
# Which issue does this PR close?
- Closes#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.
---------
Co-authored-by: Andrew Lamb <[email protected]>
0 commit comments