This is an automated email from the ASF dual-hosted git repository.

ycai pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git

commit bf9c53a6ed3eec546fd33115f290d6b8a6c969db
Author: yifan-c <[email protected]>
AuthorDate: Thu Jan 28 10:47:39 2021 -0800

    add ACCESS & DATACENTERS to unreserved keywords
---
 src/antlr/Parser.g | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/antlr/Parser.g b/src/antlr/Parser.g
index b0f1b94..3f6f43f 100644
--- a/src/antlr/Parser.g
+++ b/src/antlr/Parser.g
@@ -1893,5 +1893,7 @@ basic_unreserved_keyword returns [String str]
         | K_PER
         | K_PARTITION
         | K_GROUP
+        | K_DATACENTERS
+        | K_ACCESS
         ) { $str = $k.text; }
     ;


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

Reply via email to