https://github.com/apache/flink/blob/master/flink-examples/flink-examples-table/sr[…]pache/flink/table/examples/java/basics/WordCountSQLExample.java
I tried to run this example but faced some errors
output is >>>
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:534)
at org.apache.flink.table.api.internal.TableEnvironmentImpl.create(TableEnvironmentImpl.java:277)
at org.apache.flink.table.api.TableEnvironment.create(TableEnvironment.java:95)
at org.example.Main.main(Main.java:23)