Mihai Budiu created CALCITE-7654:
------------------------------------
Summary: Lambda functions handle incorrectly field accesses
Key: CALCITE-7654
URL: https://issues.apache.org/jira/browse/CALCITE-7654
Project: Calcite
Issue Type: Bug
Components: core
Affects Versions: 1.42.0
Reporter: Mihai Budiu
Expressions such as EXISTS(array, a -> a.name = '') or EXISTS(array, a ->
(a).name = '') produce validation errors. These are two separate problems:
* the first does not compile to a DOT expression, but to a compound identifier
* the second does not set the parameter type before invoking the DOT
expression type checker
--
This message was sent by Atlassian Jira
(v8.20.10#820010)