adelapena commented on code in PR #2110: URL: https://github.com/apache/cassandra/pull/2110#discussion_r1098922690
########## 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: It's unrelated, I fixed the alignement because the `WITHOUT` keyword is next to it without the additional, optional change mentioned [here](https://issues.apache.org/jira/browse/CASSANDRA-18068?focusedCommentId=17682967&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17682967). -- 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]

