You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Taraka Rama Rao Lethavadla (Jira)" <ji...@apache.org> on 2023/02/28 09:06:00 UTC

[jira] [Created] (HIVE-27112) implement array_except UDF in Hive

Taraka Rama Rao Lethavadla created HIVE-27112:
-------------------------------------------------

             Summary: 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


*array_except(array1, array2)* 
Returns an array of the elements in {{array1}} but not in {{{}array2{}}}.

 
{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)