[ https://issues.apache.org/jira/browse/PHOENIX-2021?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14608646#comment-14608646 ]
James Taylor commented on PHOENIX-2021: --------------------------------------- [~ram_krish] - any new built-in function should go into the 4.x branches and master, not the 4.4 branches. This built-in functions will appear in the 4.5.0 release (as they can't appear in patch release). > Implement ARRAY_CAT built in function > ------------------------------------- > > Key: PHOENIX-2021 > URL: https://issues.apache.org/jira/browse/PHOENIX-2021 > Project: Phoenix > Issue Type: Sub-task > Reporter: Dumindu Buddhika > Assignee: Dumindu Buddhika > Fix For: 4.4.1 > > Attachments: PHOENIX-2021-v3.patch, PHOENIX-2021-v4.patch, > PHOENIX-2021-v5.patch, PHOENIX-2021.patch > > > Ex: > ARRAY_CAT(ARRAY[2, 3, 4], ARRAY[4, 5, 6]) = ARRAY[2,3,4,4,5,6] > ARRAY_CAT(ARRAY["a", "b"], ARRAY["c", "d"]) = ARRAY["a", "b", "c", "d"] -- This message was sent by Atlassian JIRA (v6.3.4#6332)