You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Deepesh Khandelwal (JIRA)" <ji...@apache.org> on 2014/05/23 04:37:01 UTC

[jira] [Created] (HIVE-7118) Oracle upgrade schema scripts do not map Java long datatype columns correctly for transaction related tables

Deepesh Khandelwal created HIVE-7118:
----------------------------------------

             Summary: Oracle upgrade schema scripts do not map Java long datatype columns correctly for transaction related tables
                 Key: HIVE-7118
                 URL: https://issues.apache.org/jira/browse/HIVE-7118
             Project: Hive
          Issue Type: Bug
          Components: Database/Schema
    Affects Versions: 0.14.0
         Environment: Oracle DB
            Reporter: Deepesh Khandelwal
            Assignee: Deepesh Khandelwal


In Transaction related tables, Java long column fields are mapped to NUMBER(10) which results in failure to persist the transaction ids which are incompatible. Following error is seen:
{noformat}
ORA-01438: value larger than specified precision allowed for this column
{noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)