snuyanzin commented on PR #24: URL: https://github.com/apache/flink-connector-shared-utils/pull/24#issuecomment-1771042098
@MartijnVisser thanks for the feedback from one side i've added a test from the other i turned off `dependency_convergence` for that test. The reason is that it seems there is `compress_compact` dependency coming from both flink-core and test_containers however with different versions. The interesting thing that i was able to reproduce and fix it locally however don't understand why that fix doesn't work with GHA... Anyway this seems to be a known issue and has been already fixed in downstream connectors repo like hbase: https://github.com/snuyanzin/flink-connector-hbase/blob/e40ee4f7676659cb93bf85a5db42b98b12c091be/pom.xml#L414-L418 opensearch: https://github.com/apache/flink-connector-opensearch/blob/ab36cebc12db3aa0fa9df8a770b1845a78afe5bf/pom.xml#L275-L280 jdbc: https://github.com/apache/flink-connector-jdbc/blob/8e0496a5a9727087b38c2fc412a397a232ee0f5f/pom.xml#L297-L302 -- 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]
