You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by "smiklosovic (via GitHub)" <gi...@apache.org> on 2023/06/29 18:39:45 UTC

[GitHub] [cassandra] smiklosovic commented on a diff in pull request #2428: Cassandra-17914: Argparse migration as the Python Optparse library is deprecated

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: pr-unsubscribe@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org