Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/5564#discussion_r170273135 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/sources/TableSourceFactory.scala --- @@ -41,10 +41,10 @@ trait TableSourceFactory[T] { * - connector.type * - format.type * - * Specified versions allow the framework to provide backwards compatible properties in case of --- End diff -- (not related to this change) Should we add something like a `priority` property to `TableSourceFactory` that determines in which order factories are matched. If two factories match, we would use the factory with the higher priority.
---