cjj2010 commented on PR #4926: URL: https://github.com/apache/calcite/pull/4926#issuecomment-4476741625
> What happens to nested lambdas? Are they legal? Will they validate? `x -> (y -> x + y)` For the inner closure "x" should not be treated like a table column name. Thank you for your suggestion. Currently, nested lambdas like x -> (y -> x + y) can be parsed normally. I have added more cases to verify -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
