mihaibudiu commented on code in PR #5099:
URL: https://github.com/apache/calcite/pull/5099#discussion_r3583503020


##########
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:
   You were right, it didn't work. I made the fix more general.



-- 
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]

Reply via email to