jsevellec / cassandra-unit

Utility tool to load Data into Cassandra to help you writing good isolated JUnit Test into your application
GNU Lesser General Public License v3.0
425 stars 0 forks source link

+ "system_views" in EmbeddedCassandraServerHelper.java #330

Open An-Nadein opened 2 years ago

An-Nadein commented 2 years ago
An-Nadein commented 2 years ago

in Cassandra v4, there are 2 more system tables - system_views and system_virtual_schema - see https://thelastpickle.com/blog/2019/03/08/virtual-tables-in-cassandra-4_0.html. I'm using datastax driver v 4.9 .