smiklosovic commented on code in PR #2199:
URL: https://github.com/apache/cassandra/pull/2199#discussion_r1129959467
##########
src/java/org/apache/cassandra/schema/TableParams.java:
##########
@@ -326,7 +327,7 @@ public void appendCqlTo(CqlBuilder builder, boolean isView)
private SpeculativeRetryPolicy additionalWritePolicy =
PercentileSpeculativeRetryPolicy.NINETY_NINE_P;
private CachingParams caching = CachingParams.DEFAULT;
private CompactionParams compaction = CompactionParams.DEFAULT;
- private CompressionParams compression = CompressionParams.DEFAULT;
+ private CompressionParams compression =
DatabaseDescriptor.getSstableCompression();
Review Comment:
I think it should be `getSSTableCompression`
--
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]