smiklosovic commented on code in PR #1853:
URL: https://github.com/apache/cassandra/pull/1853#discussion_r966829541


##########
pylib/cqlshlib/test/test_cqlsh_completion.py:
##########
@@ -675,9 +677,13 @@ def create_columnfamily_table_template(self, name):
                             choices=[';', 'AND'])
         self.trycompletions(prefix + " new_table (col_a int PRIMARY KEY) WITH 
compaction = "
                             + "{'class': 'SizeTieredCompactionStrategy'} AND ",
-                            choices=['allow_auto_snapshot', 
'bloom_filter_fp_chance', 'compaction',

Review Comment:
   this started to be hard to visually parse so I put every option to new line.



-- 
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]

Reply via email to