You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gemini could failed with error:
Error: unable to create schema: unable to apply mutations to the test store:
[cluster = test, query = 'CREATE MATERIALIZED VIEW ks1.table1_mv_0 AS SELECT * FROM ks1.table1
WHERE col10 IS NOT NULL AND pk0 IS NOT NULL AND pk1 IS NOT NULL AND pk2 IS NOT NULL AND pk3 IS NOT NULL AND
ck0 IS NOT NULL AND ck1 IS NOT NULL AND ck2 IS NOT NULL PRIMARY KEY ((col10,pk0,pk1,pk2,pk3),ck0,ck1,ck2)']:
Cannot add already existing table "table1_mv_0" to keyspace "ks1"
Add to query "IF NOT EXISTS" "CREATE MATERIALIZED VIEW IF NOT EXISTS %s.%s AS SELECT * FROM %s.%s WHERE %s PRIMARY KEY"
0 commit comments