Преглед на файлове

dont set the cql version in create keyspace

Chris Bannister преди 10 години
родител
ревизия
4a2125ded4
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      cassandra_test.go

+ 0 - 1
cassandra_test.go

@@ -89,7 +89,6 @@ func createCluster() *ClusterConfig {
 func createKeyspace(tb testing.TB, cluster *ClusterConfig, keyspace string) {
 	c := *cluster
 	c.Keyspace = "system"
-	c.CQLVersion = "3.2.0"
 	session, err := c.CreateSession()
 	if err != nil {
 		tb.Fatal("createSession:", err)