-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Implement array_union function #6981
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Fields
Give feedbackNo fields configured for issues without a type.
Is your feature request related to a problem or challenge?
Summary
array_unionlist_unionSpark SQL: Returns an array of elements that are present in both arrays (all elements from both arrays) with out duplicates.
Examples:
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response