leonardBang commented on PR #17:
URL: 
https://github.com/apache/flink-connector-mongodb/pull/17#issuecomment-1794153008

   > Hi @xuyangzhong。 To implement the planner's test, the 
[flink-table-planner](https://issues.apache.org/jira/browse/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](https://issues.apache.org/jira/browse/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.
   
   IIRC, jdbc connector also contains planner tests,  maybe we can refer it to 
avoid this case


-- 
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

Reply via email to