smiklosovic commented on code in PR #2254:
URL: https://github.com/apache/cassandra/pull/2254#discussion_r1176659483
##########
src/java/org/apache/cassandra/config/DatabaseDescriptor.java:
##########
@@ -191,6 +191,9 @@
private static Map<String, Supplier<SSTableFormat<?, ?>>>
sstableFormatFactories;
+ /** The sstable compression options */
Review Comment:
The usefulness of this comment is questionable. It is pretty obvious this is
about SSTable compression from the name of that variable itself.
--
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]