GitHub user traflm opened a pull request:

    https://github.com/apache/incubator-trafodion/pull/618

    [TRAFODION-2121] add support of HIVE data type of DECIMAL

    support HIVE data type 'decimal'
    
    HIVE decimal  =>  Trafodion decimal(10, 0)
    HIVE decimal(p,s)  => Trafodion decimal(p,s)
    
    Please help to review.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/traflm/incubator-trafodion TRAFODION-2047

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-trafodion/pull/618.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #618
    
----
commit ad6c2f3eecde12fa50c95a1b8f22b53fb4534625
Author: Liu Ming <ovis_p...@sina.com>
Date:   2016-07-23T23:58:56Z

    [TRAFODION-2121] add support of HIVE data type of DECIMAL

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to