Description
Extend the concat function to also support array columns.
Example:
concat(array(1, 2, 3), array(10, 20, 30), array(100, 200)) => [1, 2, 3,10, 20, 30,100, 200]
Attachments
Issue Links
- is related to
-
SPARK-25469 Eval methods of Concat, Reverse and ElementAt should use pattern matching only once
- Resolved
- links to