I'm having trouble using CassandraSink while also using datastax's cassandra-driver. While digging trough the flink-connector-cassandra.jar I realized that it bundles *cassandra-driver-core 3.0.0* while internally we use version *3.1.4* to read data from Cassandra.
I couldn't find the reason why the connector comes bundled with the driver classes and I don't know what would be the best course of action to make both driver versions coexist. Best regards, Gustavo Momenté