bvarghese1 commented on code in PR #23520:
URL: https://github.com/apache/flink/pull/23520#discussion_r1369091466


##########
flink-table/flink-table-planner/src/main/java/org/apache/calcite/sql/validate/SqlValidatorImpl.java:
##########
@@ -163,6 +163,9 @@
  *
  * <p>Lines 5436 ~ 5442, Flink enables TIMESTAMP and TIMESTAMP_LTZ for first 
orderBy column in
  * matchRecognize at {@link SqlValidatorImpl#validateMatchRecognize}.
+ *
+ * <p>Lines 1954 ~ 1977, Flink improves error message for functions without 
appropriate arguments in
+ * handleUnresolvedFunction at {@link 
SqlValidatorImpl#handleUnresolvedFunction}.

Review Comment:
   Done



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to