[
https://issues.apache.org/jira/browse/FLINK-25525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Timo Walther closed FLINK-25525.
--------------------------------
Fix Version/s: 1.15.0
Resolution: Fixed
Fixed in master: 64b9b3a4b8b8f2032318360445db2f4cd6c36a57
> flink-examples-table is not runnable in the IDE
> -----------------------------------------------
>
> Key: FLINK-25525
> URL: https://issues.apache.org/jira/browse/FLINK-25525
> Project: Flink
> Issue Type: Sub-task
> Components: Table SQL / Ecosystem
> Reporter: Timo Walther
> Assignee: Francesco Guardiani
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.15.0
>
>
> The following exception is thrown:
>
> {code}
> Exception in thread "main" org.apache.flink.table.api.ValidationException:
> Could not find any factories that implement
> 'org.apache.flink.table.delegation.ExecutorFactory' in the classpath.
> at
> org.apache.flink.table.factories.FactoryUtil.discoverFactory(FactoryUtil.java:453)
> at
> org.apache.flink.table.api.internal.TableEnvironmentImpl.create(TableEnvironmentImpl.java:295)
> at
> org.apache.flink.table.api.internal.TableEnvironmentImpl.create(TableEnvironmentImpl.java:266)
> at
> org.apache.flink.table.api.TableEnvironment.create(TableEnvironment.java:95)
> at
> org.apache.flink.table.examples.scala.basics.GettingStartedExample$.main(GettingStartedExample.scala:55)
> at
> org.apache.flink.table.examples.scala.basics.GettingStartedExample.main(GettingStartedExample.scala)
> {code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)