dcapwell commented on code in PR #2339:
URL: https://github.com/apache/cassandra/pull/2339#discussion_r1203159781


##########
src/java/org/apache/cassandra/service/accord/AccordKeyspace.java:
##########
@@ -231,6 +276,7 @@ private static ColumnMetadata getColumn(TableMetadata 
metadata, String name)
               "accord commands per key",
               "CREATE TABLE %s ("
               + "store_id int, "
+              + "key_hash blob, " // can't use "token" as this is restricted 
word in CQL

Review Comment:
   I used `token` before, which is a reserved word... I could def use 
`key_token`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to