I have upgraded cassandra 3.x to Cassandra unit 4.3.1.0. and datastax driver version 3.11.5. In test class I use EmbeddedCassandraServerHelper to connect to database. When doing this after upgrade EmbeddedCassandraServerHelper.getSession() is giving CqlSession ,not able to get com.datastax.driver.core.Session to execute queries
How to resolve this issue