mihaibudiu commented on code in PR #4696:
URL: https://github.com/apache/calcite/pull/4696#discussion_r2643926943
##########
core/src/main/java/org/apache/calcite/sql/SqlLambda.java:
##########
@@ -107,6 +107,13 @@ private static class SqlLambdaOperator extends
SqlSpecialOperator {
super("->", SqlKind.LAMBDA);
}
+ @Override public SqlCall createCall(
Review Comment:
It is the same kind of problem, although the class is not in DDL.
We will have to fix it at some point, so why not now?
--
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]