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
Is your feature request related to a problem or challenge?
Summary
Characteristic
Description
Function name:
array_union
Aliases:
list_union
Original function?:
No
Function Description:
Azure DataBricks: Returns an array of the elements in the union of array1 and array2 without duplicates. Spark SQL: Returns an array of elements that are present in both arrays (all elements from both arrays) with out duplicates.
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