[ 
https://issues.apache.org/jira/browse/HIVE-27628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Taraka Rama Rao Lethavadla updated HIVE-27628:
----------------------------------------------
    Description: 
*array_remove(array, element)*

Removes all occurrences of {{element}} from {{{}array{}}}.

 
Example:

{noformat}
> SELECT array_remove(array(1, 2, 3,4,2), 2) FROM src;
[1,3,4]{noformat}

  was:
*array_remove(array, element)*

Removes all occurrences of {{element}} from {{{}array{}}}.


> implement array_remove UDF in Hive
> ----------------------------------
>
>                 Key: HIVE-27628
>                 URL: https://issues.apache.org/jira/browse/HIVE-27628
>             Project: Hive
>          Issue Type: Sub-task
>            Reporter: Taraka Rama Rao Lethavadla
>            Assignee: Taraka Rama Rao Lethavadla
>            Priority: Major
>
> *array_remove(array, element)*
> Removes all occurrences of {{element}} from {{{}array{}}}.
>  
> Example:
> {noformat}
> > SELECT array_remove(array(1, 2, 3,4,2), 2) FROM src;
> [1,3,4]{noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to