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)