Jiabao-Sun commented on PR #17: URL: https://github.com/apache/flink-connector-mongodb/pull/17#issuecomment-1784701738
Hi @xuyangzhong。 To implement the planner's test, the flink-table-planner_2.12 related dependencies need to be introduced, but it will result in the following error. It seems that the error is caused by the presence of an ExecutorFactory with the identifier "default" in the flink-table-planner-loader as well. ``` org.apache.flink.table.api.ValidationException: Multiple factories for identifier 'default' that implement 'org.apache.flink.table.delegation.ExecutorFactory' found in the classpath. Ambiguous factory classes are: org.apache.flink.table.planner.delegation.DefaultExecutorFactory org.apache.flink.table.planner.loader.DelegateExecutorFactory ``` Do you have some suggestions? cc @leonardBang. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org