You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Thomas Friedrich (JIRA)" <ji...@apache.org> on 2015/05/06 02:20:59 UTC

[jira] [Created] (HIVE-10616) TypeInfoUtils doesn't handle DECIMAL with just precision specified

Thomas Friedrich created HIVE-10616:
---------------------------------------

             Summary: TypeInfoUtils doesn't handle DECIMAL with just precision specified
                 Key: HIVE-10616
                 URL: https://issues.apache.org/jira/browse/HIVE-10616
             Project: Hive
          Issue Type: Bug
          Components: Serializers/Deserializers
    Affects Versions: 1.0.0
            Reporter: Thomas Friedrich
            Assignee: Thomas Friedrich
            Priority: Minor


The parseType method in TypeInfoUtils doesn't handle decimal types with just precision specified although that's a valid type definition. 
As a result, TypeInfoUtils.getTypeInfoFromTypeString will always return decimal(10,0) for any decimal(<precision>) string. 



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