diff --git a/pylib/cqlshlib/cql3handling.py b/pylib/cqlshlib/cql3handling.py index 930f2688f9..9c4e633c2a 100644 --- a/pylib/cqlshlib/cql3handling.py +++ b/pylib/cqlshlib/cql3handling.py @@ -1013,7 +1013,7 @@ syntax_rules += r''' cf= "(" ( col= | "keys(" col= ")" | - "fullCollection(" col= ")" + "full(" col= ")" ) ")" ( "USING" ( "WITH" "OPTIONS" "=" )? )? ;