@@ -63,8 +63,6 @@ default SelfT withCDC(boolean enabled) {
63
63
*
64
64
* <p>Note that using this option with a version of Apache Cassandra less than 3.0 will raise a
65
65
* syntax error.
66
- *
67
- * <p>If no call is made to this method, the default value set is 0.99.
68
66
*/
69
67
@ NonNull
70
68
@ CheckReturnValue
@@ -169,7 +167,9 @@ default SelfT withZstdCompression() {
169
167
170
168
/**
171
169
* @deprecated This method only exists for backward compatibility. Will not work with Apache
172
- * Cassandra 5.0 or later. Use {@link #withSnappyCompression(int)} instead.
170
+ * Cassandra 5.0 or later due to removal of deprecated table properties (<a
171
+ * href="https://issues.apache.org/jira/browse/CASSANDRA-18742">CASSANDRA-18742</a>). Use
172
+ * {@link #withSnappyCompression(int)} instead.
173
173
*/
174
174
@ Deprecated
175
175
@ NonNull
@@ -203,7 +203,9 @@ default SelfT withSnappyCompression() {
203
203
204
204
/**
205
205
* @deprecated This method only exists for backward compatibility. Will not work with Apache
206
- * Cassandra 5.0 or later. Use {@link #withDeflateCompression(int)} instead.
206
+ * Cassandra 5.0 or later due to removal of deprecated table properties (<a
207
+ * href="https://issues.apache.org/jira/browse/CASSANDRA-18742">CASSANDRA-18742</a>). Use
208
+ * {@link #withDeflateCompression(int)} instead.
207
209
*/
208
210
@ Deprecated
209
211
@ NonNull
@@ -271,7 +273,9 @@ default SelfT withCompression(@NonNull String compressionAlgorithmName, int chun
271
273
272
274
/**
273
275
* @deprecated This method only exists for backward compatibility. Will not work with Apache
274
- * Cassandra 5.0 or later. Use {@link #withCompression(String, int)} instead.
276
+ * Cassandra 5.0 or later due to removal of deprecated table properties (<a
277
+ * href="https://issues.apache.org/jira/browse/CASSANDRA-18742">CASSANDRA-18742</a>). Use
278
+ * {@link #withCompression(String, int)} instead.
275
279
*/
276
280
@ NonNull
277
281
@ CheckReturnValue
0 commit comments