TyrantLucifer opened a new issue, #4356: URL: https://github.com/apache/incubator-seatunnel/issues/4356
### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### Describe the proposal Currently, SeaTunnel has completed end-to-end testing for Flink versions 1.13-1.16 in terms of construction. However, in the case of the Spark engine, some connectors' built-in dependencies conflict with certain dependencies of Spark, causing e2e testing of these connectors to fail in Spark. In order to ensure the stability of the connectors, we need to solve these issues. For more error details, you can refer to https://github.com/apache/incubator-seatunnel/pull/4286 **Tips: This problem can be solved with `maven-shade` plugin.** ### Task list - [ ] ES Connector - [ ] Http Connector - [ ] Amazon Dynamo DB Connector - [ ] Jdbc Connector - [ ] Clickhouse Connector - [ ] Neo4j Connector ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! -- 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]
