slinkydeveloper commented on a change in pull request #17898:
URL: https://github.com/apache/flink/pull/17898#discussion_r756745307
##########
File path:
flink-table/flink-table-common/src/main/java/org/apache/flink/table/api/AmbiguousTableFactoryException.java
##########
@@ -26,6 +27,7 @@
import java.util.stream.Collectors;
/** Exception for finding more than one {@link TableFactory} for the given
properties. */
+@PublicEvolving
public class AmbiguousTableFactoryException extends RuntimeException {
Review comment:
Same for `NoMatchingTableFactoryException`?
--
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]