[
https://issues.apache.org/jira/browse/DRILL-332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13949789#comment-13949789
]
ASF GitHub Bot commented on DRILL-332:
--------------------------------------
GitHub user mehant opened a pull request:
https://github.com/apache/incubator-drill/pull/37
DRILL-332 Changes to support decimal data type
Changes include the following:
ValueVector, Holder representation for decimal types.
Cast functions between various decimal types.
Cast functions between Int, VarChar and decimal types.
Unit tests
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mehant/incubator-drill DRILL-332
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-drill/pull/37.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 #37
----
commit 1f4dcbaf4891046546ff6dd1dd81a7404e4a280e
Author: Mehant Baid <[email protected]>
Date: 2014-03-27T18:48:40Z
DRILL-332 Changes to support decimal data type
----
> Support for Decimal type
> ------------------------
>
> Key: DRILL-332
> URL: https://issues.apache.org/jira/browse/DRILL-332
> Project: Apache Drill
> Issue Type: Bug
> Reporter: Mehant Baid
> Assignee: Mehant Baid
> Attachments: DRILL-332.patch
>
>
> Implement changes needed to support decimal type.
> Currently working on coming up with a good way to represent the decimal type
> in our Holders. The idea is to have the representation in our holders such
> that implementing functions for the decimal type would be easy.
--
This message was sent by Atlassian JIRA
(v6.2#6252)