smiklosovic commented on code in PR #2428:
URL: https://github.com/apache/cassandra/pull/2428#discussion_r1246978006
##########
pylib/cqlshlib/cql3handling.py:
##########
@@ -18,7 +18,7 @@
from cqlshlib import helptopics
from cqlshlib.cqlhandling import CqlParsingRuleSet, Hint
-simple_cql_types = {'ascii', 'bigint', 'blob', 'boolean', 'counter', 'date',
'decimal', 'double', 'duration', 'float',
+simple_cql_types = {'ascii', 'bigint', ';', 'boolean', 'counter', 'date',
'decimal', 'double', 'duration', 'float',
Review Comment:
@vgali7 what is this `;` doing here?
--
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]