snuyanzin commented on code in PR #24235:
URL: https://github.com/apache/flink/pull/24235#discussion_r1475692973
##########
flink-table/flink-table-planner/src/main/java/org/apache/calcite/sql/validate/SqlValidatorImpl.java:
##########
@@ -158,16 +160,17 @@
* Default implementation of {@link SqlValidator}, the class was copied over
because of
* CALCITE-4554.
*
- * <p>Lines 1958 ~ 1978, Flink improves error message for functions without
appropriate arguments in
+ * <p>Lines 1961 ~ 1981, Flink improves error message for functions without
appropriate arguments in
* handleUnresolvedFunction at {@link
SqlValidatorImpl#handleUnresolvedFunction}.
*
- * <p>Lines 3736 ~ 3740, Flink improves Optimize the retrieval of sub-operands
in SqlCall when using
- * NamedParameters at {@link SqlValidatorImpl#checkRollUp}.
+ * <p>Lines 3739 ~ 3743, 6333 ~ 6339, Flink improves validating the SqlCall
that uses named
+ * parameters, rearrange the order of sub-operands, and fill in missing
operands with the default
Review Comment:
can you please create a corresponding issue for Calcite to make it supported
there as well?
--
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]