[ https://issues.apache.org/jira/browse/HIVE-27628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Taraka Rama Rao Lethavadla resolved HIVE-27628. ----------------------------------------------- Fix Version/s: 4.0.0-beta-1 Resolution: Fixed > 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 > Fix For: 4.0.0-beta-1 > > > *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)