[ 
https://issues.apache.org/jira/browse/PHOENIX-2021?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14583439#comment-14583439
 ] 

Dumindu Buddhika edited comment on PHOENIX-2021 at 6/12/15 2:16 PM:
--------------------------------------------------------------------

Thanks for the inputs [~jamestaylor]
Here is an updated patch [~ram_krish], 
1. Unified code for writing nulls.
2. Variables renamed.
3. Messages added for exceptions.

ArrayConcatFunction is not extended from ArrayModifierFunction as checks in the 
constructor are different from arrayModiferFunction. other checking codes are 
also different.


was (Author: dumindux):
Thanks for the inputs [~jamestaylor]
Here an updated patch [~ram_krish], 
1. Unified code for writing nulls.
2. Variables renamed.
3. Messages added for exceptions.

This is not extended from ArrayModifierFunction as checks in the constructor 
are different from arrayModiferFunction. other checking codes are also 
different.

> 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
>         Attachments: PHOENIX-2021-v3.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)

Reply via email to