Claudenw opened a new pull request, #2199: URL: https://github.com/apache/cassandra/pull/2199
Added code to set sstable compression option in the `conf.yaml` file. Original static `CompressionParms.DEFAULT` configuration moved to `CompressionParams.defaultCompression()` Added `DatabaseDescriptor.getSstableCompression()` and called it in place of the original `CompressionParams.DEFAULT` Added test to verify that `CompressionParams` is properly constructed from the `Config.sstable_compressor` Fixes: CASSANDRA-12937 -- 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]

