[ 
https://issues.apache.org/jira/browse/CALCITE-7654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mihai Budiu resolved CALCITE-7654.
----------------------------------
    Fix Version/s: 1.43.0
       Resolution: Fixed

Fixed in 
[https://github.com/apache/calcite/commit/0c28ff962775c2d03273b7094fc92589bfb3ae6a]

Thank you for the review [~dmsysolyatin] 

> 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
>             Fix For: 1.43.0
>
>
> 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)

Reply via email to