[ https://issues.apache.org/jira/browse/HIVE-14658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15442253#comment-15442253 ]
Hive QA commented on HIVE-14658: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12825785/HIVE-14658.1.patch {color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified. {color:red}ERROR:{color} -1 due to 6 failed/errored test(s), 10464 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestCliDriver.org.apache.hadoop.hive.cli.TestCliDriver org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[acid_mapjoin] org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[ctas] org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[vector_join_part_col_char] org.apache.hadoop.hive.cli.TestMiniLlapCliDriver.testCliDriver[acid_bucket_pruning] org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver[explainuser_3] {noformat} Test results: https://builds.apache.org/job/PreCommit-HIVE-MASTER-Build/1025/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-MASTER-Build/1025/console Test logs: http://ec2-204-236-174-241.us-west-1.compute.amazonaws.com/logs/PreCommit-HIVE-MASTER-Build-1025/ Messages: {noformat} Executing org.apache.hive.ptest.execution.TestCheckPhase Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase Tests exited with: TestsFailedException: 6 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12825785 - PreCommit-HIVE-MASTER-Build > UDF abs throws NPE when input arg type is string > ------------------------------------------------ > > Key: HIVE-14658 > URL: https://issues.apache.org/jira/browse/HIVE-14658 > Project: Hive > Issue Type: Bug > Components: UDF > Affects Versions: 1.3.0, 2.2.0 > Reporter: Niklaus Xiao > Assignee: Niklaus Xiao > Priority: Minor > Fix For: 2.2.0 > > Attachments: HIVE-14658.1.patch > > > I know this is not the right use case, but NPE is not exptected. > {code} > 0: jdbc:hive2://10.64.35.144:21066/> select abs("foo"); > Error: Error while compiling statement: FAILED: NullPointerException null > (state=42000,code=40000) > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)