matriv commented on a change in pull request #17898:
URL: https://github.com/apache/flink/pull/17898#discussion_r756903107
##########
File path:
flink-table/flink-table-common/src/main/java/org/apache/flink/table/api/ExpressionParserException.java
##########
@@ -18,7 +18,10 @@
package org.apache.flink.table.api;
+import org.apache.flink.annotation.PublicEvolving;
+
/** Exception for all errors occurring during expression parsing. */
+@PublicEvolving
Review comment:
+1 for that, and in general, if any Exception is user facing, shouldn't
be declared in `throws` of methods?
--
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]