Mihai Budiu created CALCITE-7784:
------------------------------------
Summary: Parse fails for ROW(CASE ...)
Key: CALCITE-7784
URL: https://issues.apache.org/jira/browse/CALCITE-7784
Project: Calcite
Issue Type: Bug
Components: core
Affects Versions: 1.42.0
Reporter: Mihai Budiu
Assignee: Mihai Budiu
The following statement fails to parse:
{code:java}
select row(case when x > 0 then 1 end, x) from t {code}
This seems to be a regression introduced in CALCITE-7311
--
This message was sent by Atlassian Jira
(v8.20.10#820010)