-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Labels
enhancementAny new improvement worthy of a entry in the changelogAny new improvement worthy of a entry in the changelog
Description
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
A VariantArray
represents a list of Variant
values. While it's internal layout is columnar, this detail is largely irrelevant to end users.
Currently, Variant
impls PartialEq
, but VariantArray
does not. This makes it cumbersome to compare 2 arrays of variants for equality in user code:
Describe the solution you'd like
impl PartialEq for VariantArray
Additional context
This feature is motivated by datafusion-variant, a higher-level library that integrates with Datafusion through a series of udfs
Related: #8609
Metadata
Metadata
Assignees
Labels
enhancementAny new improvement worthy of a entry in the changelogAny new improvement worthy of a entry in the changelog