zentol commented on issue #7980: [FLINK-11913] Shadding cassandra driver dependencies in cassandra conector URL: https://github.com/apache/flink/pull/7980#issuecomment-475273289 So far we never relocated dependencies that are visible to users. It makes it impossible for users to know which version of the dependency they are working against without looking at the source code. It is also a terrible flink dev experience since the IDE aren't aware of the relocations, and one has to be careful to apply the same relocation in every module that uses the connector. Finally, doing so now would break the API. As such I'm currently inclined to reject the 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
