[ 
https://issues.apache.org/jira/browse/HIVE-7797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nemon Lou updated HIVE-7797:
----------------------------
    Description: 
Using hive schema tool with the following command to upgrade hive schema failed:
schematool -dbType postgres -upgradeSchemaFrom 0.9.0

ERROR: null value in column "SCHEMA_VERSION" violates not-null constraint

  was:
The sql is :
INSERT INTO "VERSION" ("VER_ID", "SCHEMA_VERSION", "VERSION_COMMENT") VALUES 
(1, '', 'Initial value');

And the result is:
ERROR:  null value in column "SCHEMA_VERSION" violates not-null constraint
DETAIL:  Failing row contains (1, null, Initial value).


> upgrade hive schema from 0.9.0 to 0.13.1 failed 
> ------------------------------------------------
>
>                 Key: HIVE-7797
>                 URL: https://issues.apache.org/jira/browse/HIVE-7797
>             Project: Hive
>          Issue Type: Bug
>          Components: Metastore
>    Affects Versions: 0.13.1
>            Reporter: Nemon Lou
>
> Using hive schema tool with the following command to upgrade hive schema 
> failed:
> schematool -dbType postgres -upgradeSchemaFrom 0.9.0
> ERROR: null value in column "SCHEMA_VERSION" violates not-null constraint



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to