You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Matt McCline (JIRA)" <ji...@apache.org> on 2016/02/28 07:11:18 UTC

[jira] [Created] (HIVE-13178) Enhance ORC Schema Evolution to handle more standard data type conversions

Matt McCline created HIVE-13178:
-----------------------------------

             Summary: Enhance ORC Schema Evolution to handle more standard data type conversions
                 Key: HIVE-13178
                 URL: https://issues.apache.org/jira/browse/HIVE-13178
             Project: Hive
          Issue Type: Bug
          Components: Hive, ORC
            Reporter: Matt McCline
            Assignee: Matt McCline
            Priority: Critical


Currently, SHORT -> INT -> BIGINT is supported.

Handle ORC data type conversions permitted by Implicit conversion allowed by TypeIntoUtils.implicitConvertible method.

   *   STRING_GROUP -> DOUBLE
   *   STRING_GROUP -> DECIMAL
   *   DATE_GROUP -> STRING
   *   NUMERIC_GROUP -> STRING
   *   STRING_GROUP -> STRING_GROUP
   *
   *   // Upward from "lower" type to "higher" numeric type:
   *   BYTE -> SHORT -> INT -> BIGINT -> FLOAT -> DOUBLE -> DECIMAL



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