今天在做Flink table开发的时候报了下面的错:
Exception in thread "main" org.apache.flink.table.api.NoMatchingTableFactoryException: Could not find a suitable table factory for 'org.apache.flink.table.delegation.ExecutorFactory' in the classpath.
Reason: No factory implements 'org.apache.flink.table.delegation.ExecutorFactory'.
经过思考和查询,知道是pom文件中依赖出现了问题:直接下面的 <scope>provided&l