Github user xccui commented on a diff in the pull request:
https://github.com/apache/flink/pull/5564#discussion_r170181909
--- Diff:
flink-libraries/flink-table/src/main/scala/org/apache/flink/table/sources/TableSourceFactoryService.scala
---
@@ -43,7 +42,7 @@ object TableSourceFactoryService extends Logging {
def findTableSourceFactory(descriptor: TableSourceDescriptor):
TableSource[_] = {
--- End diff --
Rename to `findAndCreateTableSource()`?---
