adelapena commented on code in PR #2110: URL: https://github.com/apache/cassandra/pull/2110#discussion_r1099940561
########## doc/cql3/CQL.textile: ########## @@ -2552,8 +2560,8 @@ CQL distinguishes between _reserved_ and _non-reserved_ keywords. Reserved keywo | @VIEW@ | yes | | @WHERE@ | yes | | @WITH@ | yes | -| @WRITETIME@ | no | -| @MAXWRITETIME@ | no | +| @WRITETIME@ | yes | Review Comment: Oh, right, I was thinking on `MAXWRITETIME ` instead of `WRITETIME `. Fixed. -- 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]

