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

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

Rajesh Balamohan created HIVE-20886:
---------------------------------------

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


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