Ran Tao created FLINK-32522: ------------------------------- Summary: Flink sql connector kafka should include commons-collections in shade phase Key: FLINK-32522 URL: https://issues.apache.org/jira/browse/FLINK-32522 Project: Flink Issue Type: Improvement Components: Connectors / Kafka Affects Versions: 1.17.1 Reporter: Ran Tao Attachments: image-2023-07-03-20-15-47-608.png, image-2023-07-03-20-16-03-031.png
Currently, externalized sql connector rely on flink main repo. but flink main repo has many test cases(especially in flink-python) reference flink-sql-kafka-connector. If we change the dependencies(e.g. commons-collections) in flink main repo, it cause exception: !image-2023-07-03-20-15-47-608.png! We should let externalized flink connectors depend on flink main, not the other way around. So must add this dependency in shade jar. -- This message was sent by Atlassian Jira (v8.20.10#820010)