neoneo008 commented on PR #57: URL: https://github.com/apache/flink-connector-mongodb/pull/57#issuecomment-3801405245
@Jiabao-Sun The test-cases failures have been address by creating a module specifically for test-cases that have direct dependency on planner scala module. The planner scala module initialize kyro which is incompatible. see. [https://issues.apache.org/jira/browse/FLINK-37546 ](FLINK-37546 ) As recommended in flink docs, [https://nightlies.apache.org/flink/flink-docs-master/docs/dev/configuration/advanced/#anatomy-of-table-dependencies](url) the flink mongodb connector is only dependent on the planner-loader rather than the scala module even for test which created conflicts for other test-cases. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
