[
https://issues.apache.org/jira/browse/CALCITE-4850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tanner Clary resolved CALCITE-4850.
-----------------------------------
Fix Version/s: 1.36.0
Assignee: Ran Tao
Resolution: Fixed
Merged via
[342cf60|https://github.com/apache/calcite/commit/342cf606acc954228820f69f83d43298fd874184],
thanks for the fix, [~taoran]!
> Wrong result retrieving from ARRAY with mixed INTEGER and DECIMAL elements
> --------------------------------------------------------------------------
>
> Key: CALCITE-4850
> URL: https://issues.apache.org/jira/browse/CALCITE-4850
> Project: Calcite
> Issue Type: Bug
> Reporter: Sergey Nuyanzin
> Assignee: Ran Tao
> Priority: Major
> Fix For: 1.36.0
>
>
> The issue is a follow-up for
> https://issues.apache.org/jira/browse/CALCITE-4602?focusedCommentId=17427917&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-17427917
> to reproduce
> {code:sql}
> select array[1.1, 1];
> +-------------+
> | EXPR$0 |
> +-------------+
> | [1.1, 0E+1] |
> +-------------+
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)