smiklosovic commented on code in PR #4523:
URL: https://github.com/apache/cassandra/pull/4523#discussion_r2620311463
##########
src/java/org/apache/cassandra/io/compress/IDictionaryCompressor.java:
##########
@@ -31,6 +31,12 @@
*/
public interface IDictionaryCompressor<T extends CompressionDictionary>
{
+ String TRAINING_MAX_DICTIONARY_SIZE_PARAMETER_NAME =
"training_max_dictionary_size";
Review Comment:
put here on purpose, these two have nothing to do with "zstd", these are
general options used for whatever dictionary compression there might be.
--
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]