[ https://issues.apache.org/jira/browse/HIVE-21844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
mahesh kumar behera updated HIVE-21844: --------------------------------------- Attachment: HIVE-21844.01.patch > 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 > Fix For: 4.0.0 > > Attachments: HIVE-21844.01.patch > > > 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)