echauchot commented on code in PR #19586:
URL: https://github.com/apache/flink/pull/19586#discussion_r859599210
##########
flink-connectors/flink-connector-cassandra/pom.xml:
##########
@@ -61,7 +63,8 @@ under the License.
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
<artifactSet>
<includes>
-
<include>com.datastax.cassandra:cassandra-driver-core</include>
+
<!--driver was relocated by datastax-->
Review Comment:
reverting this change as the relocation starts with driver 4.0. I'll do all
the deps cleaning, create the user jar and test it on a flink pipeline to check
that whole deps and shading are ok.
--
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]