[
https://issues.apache.org/jira/browse/DRILL-7615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17076324#comment-17076324
]
Dmytro Kondriukov commented on DRILL-7615:
------------------------------------------
fixed.
verified in commit id 3b3c4af39fdc26f255cc17d66c55eb7565552a7d
> UNION ALL query returns the wrong result for the decimal value
> --------------------------------------------------------------
>
> Key: DRILL-7615
> URL: https://issues.apache.org/jira/browse/DRILL-7615
> Project: Apache Drill
> Issue Type: Bug
> Affects Versions: 1.14.0
> Reporter: Vova Vysotskyi
> Assignee: Vova Vysotskyi
> Priority: Major
> Labels: ready-to-commit
> Fix For: 1.18.0
>
>
> The following query:
> {code:java}
> select cast(1000 as decimal(10,1))
> union all
> select 596.000
> {code}
> returns incorrect result:
> {code:java}
> 10.000
> 596.000
> {code}
> The expected result is 1000.000 for the first record.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)