michaelsembwever commented on code in PR #2199:
URL: https://github.com/apache/cassandra/pull/2199#discussion_r1139430131
##########
src/java/org/apache/cassandra/config/Config.java:
##########
@@ -1134,6 +1137,17 @@ public static void
setOverrideLoadConfig(Supplier<Config> loadConfig)
exception
}
+ public enum CompressorType
+ {
+ lz4,
+ none,
+ noop,
+ snappy,
+ deflate,
+ zstd,
+ custom,
+ }
Review Comment:
can we move this into SSTableCompressionOptions ? (or do you foresee using
it in multiple places (within this package) ?)
--
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]