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


##########
pylib/cqlshlib/test/test_cqlsh_output.py:
##########
@@ -653,6 +653,7 @@ def test_describe_columnfamily_output(self):
                 varintcol varint
             ) WITH additional_write_policy = '99p'
                 AND allow_auto_snapshot = true
+                AND auto_snapshot_ttl = 0s

Review Comment:
   default is 0s which means no TTL. There can not be negative values and 0 TTL 
does not make sense which makes 0s good candidate.



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