You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Sergey Nuyanzin (Jira)" <ji...@apache.org> on 2021/10/12 22:08:00 UTC

[jira] [Created] (CALCITE-4850) Wrong result retrieving from ARRAY with mixed INTEGER and DECIMAL elements

Sergey Nuyanzin created CALCITE-4850:
----------------------------------------

             Summary: 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


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.3.4#803005)