Airblader commented on a change in pull request #17898:
URL: https://github.com/apache/flink/pull/17898#discussion_r756986260
##########
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:
Yes, I agree. Fixed that, too – I also added a bunch more annotations to
exceptions for violations that previously weren't caught. Those are all
exceptions explicitly declared on methods of `Catalog`, so they really are API.
--
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]