smiklosovic commented on code in PR #1853:
URL: https://github.com/apache/cassandra/pull/1853#discussion_r966835531
##########
src/java/org/apache/cassandra/schema/TableParams.java:
##########
@@ -325,6 +338,7 @@ public void appendCqlTo(CqlBuilder builder, boolean isView)
{
private String comment = "";
private boolean allowAutoSnapshot = true;
+ private DurationSpec.IntSecondsBound autoSnapshotTtl = new
DurationSpec.IntSecondsBound(0);
Review Comment:
default is 0s when not set.
--
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]