Explorar o código

dont set the cql version in create keyspace

Chris Bannister %!s(int64=10) %!d(string=hai) anos
pai
achega
4a2125ded4
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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)