mihaibudiu commented on code in PR #5099:
URL: https://github.com/apache/calcite/pull/5099#discussion_r3581606473
##########
core/src/main/java/org/apache/calcite/sql/validate/SqlValidatorUtil.java:
##########
@@ -1678,6 +1678,32 @@ private static class ExplicitTableSchema extends
AbstractSchema {
}
}
+ /** Returns whether {@code node} is a reference to a lambda parameter,
+ * possibly through field accesses such as {@code (x).a.b}, of a lambda
Review Comment:
I will add a test. But if it doesn't work, it may be a separate issue to
file.
--
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]