[
https://issues.apache.org/jira/browse/DRILL-1768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hanifi Gunes updated DRILL-1768:
--------------------------------
Issue Type: Improvement (was: Bug)
> 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: Improvement
> Components: Execution - Data Types
> Reporter: Rahul Challapalli
> Assignee: Hanifi Gunes
> Fix For: 1.0.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)