[
https://issues.apache.org/jira/browse/HIVE-21844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16859956#comment-16859956
]
Hive QA commented on HIVE-21844:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12971291/HIVE-21844.02.patch
{color:red}ERROR:{color} -1 due to no test(s) being added or modified.
{color:green}SUCCESS:{color} +1 due to 16044 tests passed
Test results:
https://builds.apache.org/job/PreCommit-HIVE-Build/17505/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/17505/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-17505/
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.YetusPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12971291 - PreCommit-HIVE-Build
> HMS schema Upgrade Script is failing with NPE
> ---------------------------------------------
>
> Key: HIVE-21844
> URL: https://issues.apache.org/jira/browse/HIVE-21844
> Project: Hive
> Issue Type: Task
> Components: HiveServer2
> Affects Versions: 4.0.0
> Reporter: mahesh kumar behera
> Assignee: mahesh kumar behera
> Priority: Major
> Labels: pull-request-available
> Fix For: 4.0.0
>
> Attachments: HIVE-21844.01.patch, HIVE-21844.02.patch
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> schema upgrade tool is failing with NPE while executing "SELECT 'Upgrading
> MetaStore schema from 1.2.0 to 2.0.0' AS ' '". The header row (metadata) is
> coming with rows having value null. This is causing null pointer access in
> function TableOutputFormat::getOutputString when row.values[i] is accessed.
> Instead of " AS ' ' ", if some other value like "AS dummy" is given, it's
> working fine. The issue is coming with mysql version 5.7 and above.
>
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)