You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Rajesh Balamohan (JIRA)" <ji...@apache.org> on 2018/11/08 02:33:00 UTC

[jira] [Updated] (HIVE-20886) Fix NPE: GenericUDFLower

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

Rajesh Balamohan updated HIVE-20886:
------------------------------------
    Attachment: HIVE-20886.1.patch

> Fix NPE: GenericUDFLower
> ------------------------
>
>                 Key: HIVE-20886
>                 URL: https://issues.apache.org/jira/browse/HIVE-20886
>             Project: Hive
>          Issue Type: Improvement
>          Components: Hive
>            Reporter: Rajesh Balamohan
>            Assignee: Rajesh Balamohan
>            Priority: Trivial
>         Attachments: HIVE-20886.1.patch
>
>
> {noformat}
> create table if not exists test1(uuid array<string>);
> select lower(uuid) from test1;
> Error: Error while compiling statement: FAILED: NullPointerException null (state=42000,code=40000)
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)