[ https://issues.apache.org/jira/browse/HIVE-8642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14190009#comment-14190009 ]
Hive QA commented on HIVE-8642: ------------------------------- {color:red}Overall{color}: -1 at least one tests failed Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12678097/HIVE-8642.1.patch.txt {color:red}ERROR:{color} -1 due to 7 failed/errored test(s), 6591 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_vector_elt org.apache.hadoop.hive.ql.parse.TestParse.testParse_input7 org.apache.hadoop.hive.ql.parse.TestParse.testParse_input9 org.apache.hadoop.hive.ql.parse.TestParse.testParse_udf_case org.apache.hadoop.hive.ql.parse.TestParse.testParse_udf_when org.apache.hive.hcatalog.streaming.TestStreaming.testRemainingTransactions org.apache.hive.minikdc.TestJdbcWithMiniKdc.testNegativeTokenAuth {noformat} Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/1553/testReport Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/1553/console Test logs: http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-1553/ Messages: {noformat} 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: 7 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12678097 - PreCommit-HIVE-TRUNK-Build > Hive stack() UDTF Doesn't Support NULL Insert Values > ---------------------------------------------------- > > Key: HIVE-8642 > URL: https://issues.apache.org/jira/browse/HIVE-8642 > Project: Hive > Issue Type: Improvement > Components: SQL, UDF > Affects Versions: 0.13.0 > Reporter: Nishant Kelkar > Priority: Minor > Attachments: HIVE-8642.1.patch.txt > > > The following tables exist: > 1. test_table -- schema {"field_a":STRING, "field_b":STRING, > "field_c":STRING} > 2. dual -- schema {"field_1":INT} > test_table contents: > {code} > en dbpedia http://dbpedia.org/schools/CMU > {code} > dual contents: > {code} > 1 > {code} > I tried the following query, and it fails: > {code} > INSERT INTO TABLE test_table SELECT > stack(1, > "en", > "dbpedia", > NULL > ) AS ( > field_a, > field_b, > field_c > ) FROM dual; > {code} > The error returned: FAILED: NullPointerException null -- This message was sent by Atlassian JIRA (v6.3.4#6332)