jacek-lewandowski commented on code in PR #2064:
URL: https://github.com/apache/cassandra/pull/2064#discussion_r1094297286
##########
src/java/org/apache/cassandra/config/Config.java:
##########
@@ -352,6 +354,8 @@ public MemtableOptions()
public String[] data_file_directories = new String[0];
+ public Map<String, SSTableFormatConfig> sstable_formats =
ImmutableMap.of("big", new SSTableFormatConfig(BigFormat.class.getName(),
Collections.emptyMap()));
Review Comment:
I didn't know that, thanks
--
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]