[
https://issues.apache.org/jira/browse/HIVE-27112?focusedWorklogId=861348&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-861348
]
ASF GitHub Bot logged work on HIVE-27112:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 10/May/23 13:04
Start Date: 10/May/23 13:04
Worklog Time Spent: 10m
Work Description: tarak271 commented on PR #4090:
URL: https://github.com/apache/hive/pull/4090#issuecomment-1542176744
@saihemanth-cloudera tests got completed now, please help with review
Issue Time Tracking
-------------------
Worklog Id: (was: 861348)
Time Spent: 2h (was: 1h 50m)
> implement array_except UDF in Hive
> ----------------------------------
>
> Key: HIVE-27112
> URL: https://issues.apache.org/jira/browse/HIVE-27112
> Project: Hive
> Issue Type: Sub-task
> Reporter: Taraka Rama Rao Lethavadla
> Assignee: Taraka Rama Rao Lethavadla
> Priority: Minor
> Labels: pull-request-available
> Time Spent: 2h
> Remaining Estimate: 0h
>
> *array_except(array1, array2)*
> Returns an array of the elements in {{array1}} but not in {{array2, without
> duplicates.}}
>
> {noformat}
> > SELECT array_except(array(1, 2, 2, 3), array(1, 1, 3, 5));
> [2]
> {noformat}
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)