You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The spring-data-cassandra/src/main/java/org/springframework/data/cassandra/core/cql/WriteOptions.java#setTtl(Duration) method has an assertion on duration.isNegative, but it must assert for >0 not >=0