Airblader commented on a change in pull request #17898: URL: https://github.com/apache/flink/pull/17898#discussion_r756680828
########## File path: flink-table/flink-table-common/src/main/java/org/apache/flink/table/api/NoMatchingTableFactoryException.java ########## @@ -28,6 +29,7 @@ import java.util.stream.Collectors; /** Exception for not finding a {@link TableFactory} for the given properties. */ +@PublicEvolving public class NoMatchingTableFactoryException extends RuntimeException { Review comment: Upon closer inspection, this exception is actually never propagated to the user from `FactoryUtil`, only from `TableFactoryService`, but that one is internal, so we should be good to move it. -- 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