Evgeny Stanilovsky created CALCITE-6350:
-------------------------------------------
Summary: Unexpected result from UNION with literals expression
Key: CALCITE-6350
URL: https://issues.apache.org/jira/browse/CALCITE-6350
Project: Calcite
Issue Type: Bug
Components: core
Affects Versions: 1.36.0
Reporter: Evgeny Stanilovsky
Near expression need to return 'w' but empty result found.
{noformat}
select * from (select 'word' i union all select 'w' i) t1 where i='w'
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)