[
https://issues.apache.org/jira/browse/HIVE-27628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17759980#comment-17759980
]
Sai Hemanth Gantasala commented on HIVE-27628:
----------------------------------------------
The patch has been merged into the master branch. Thanks for the contribution
[~tarak271].
> 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
> Labels: pull-request-available
>
> *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)