jyothsnakonisa commented on code in PR #4411: URL: https://github.com/apache/cassandra/pull/4411#discussion_r2449661692
########## src/antlr/Lexer.g: ########## @@ -237,6 +240,12 @@ K_SELECT_MASKED: S E L E C T '_' M A S K E D; K_VECTOR: V E C T O R; K_ANN: A N N; +K_COMMENT: C O M M E N T; +K_COMMENTS: C O M M E N T S; +K_SECURITY: S E C U R I T Y; +K_LABEL: L A B E L; +K_LABELS: L A B E L S; Review Comment: Plural forms are used in create table like statements `EX: CREATE TABLE ks.tbl_new LIKE ks.tbl WITH COMMENTS;` -- 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]

