Evgeny Stanilovsky created IGNITE-21978:
-------------------------------------------
Summary: Sql. Unexpected result from UNION with literals expression
Key: IGNITE-21978
URL: https://issues.apache.org/jira/browse/IGNITE-21978
Project: Ignite
Issue Type: Bug
Components: sql
Affects Versions: 3.0.0-beta1
Reporter: Evgeny Stanilovsky
{noformat}
SELECT * from (SELECT 'hello' i union all SELECT 'h' i) t1 where i='h'
{noformat}
need to return 'h' but got nothing, appropriate calcite issue [1]
[1] https://issues.apache.org/jira/browse/CALCITE-6350
--
This message was sent by Atlassian Jira
(v8.20.10#820010)