We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0213f9d commit 7a396bbCopy full SHA for 7a396bb
core/src/main/java/com/scalar/db/common/CoreError.java
@@ -709,7 +709,7 @@ public enum CoreError implements ScalarDbError {
709
CASSANDRA_RENAME_NON_PRIMARY_KEY_COLUMN_NOT_SUPPORTED(
710
Category.USER_ERROR,
711
"0222",
712
- "Cassandra does not support renaming the non-primary key column feature",
+ "Cassandra does not support renaming non-primary key columns",
713
"",
714
""),
715
0 commit comments