[
https://issues.apache.org/jira/browse/CALCITE-7654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated CALCITE-7654:
------------------------------------
Labels: pull-request-available (was: )
> 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
> Assignee: Mihai Budiu
> Priority: Minor
> Labels: pull-request-available
>
> 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)