You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Steven Phillips (JIRA)" <ji...@apache.org> on 2015/04/10 20:54:13 UTC

[jira] [Updated] (DRILL-1768) Add multi-type support for numeric types in complex writer. (invisible up-promotion)

     [ https://issues.apache.org/jira/browse/DRILL-1768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steven Phillips updated DRILL-1768:
-----------------------------------
    Component/s:     (was: Storage - JSON)

> Add multi-type support for numeric types in complex writer. (invisible up-promotion)
> ------------------------------------------------------------------------------------
>
>                 Key: DRILL-1768
>                 URL: https://issues.apache.org/jira/browse/DRILL-1768
>             Project: Apache Drill
>          Issue Type: Bug
>            Reporter: Rahul Challapalli
>            Assignee: Steven Phillips
>             Fix For: 0.9.0
>
>         Attachments: error.log
>
>
> git.commit.id.abbrev=108d29f
> Dataset :
> {code}
> {
>     "id":1,
>     "val":1.1
> }
> {
>     "id":2,
>     "val":0
> }
> {code}
> Query :
> {code}
> select * from `temp.json`;
> Query failed: Failure while running fragment.[ 42bfb6bb-c09e-4eb3-a9ee-442d369c1b4b on qa-node190.qa.lab:31010 ]
> A '0' in a decimal field results in a schema change sort of error
> Error: exception while executing query: Failure while executing query. (state=,code=0)
> {code}
> Attached the log file. Let me know if there are any questions



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