pkolaczk commented on code in PR #2420:
URL: https://github.com/apache/cassandra/pull/2420#discussion_r1243329696
##########
src/java/org/apache/cassandra/io/sstable/format/big/BigFormat.java:
##########
@@ -82,9 +82,9 @@ public static class Components extends
SSTableFormat.Components
public static class Types extends SSTableFormat.Components.Types
{
// index of the row keys with pointers to their positions in the
data file
- public static final Component.Type PRIMARY_INDEX =
Component.Type.createSingleton("PRIMARY_INDEX", "Index.db", BigFormat.class);
+ public static final Component.Type PRIMARY_INDEX =
Component.Type.createSingleton("PRIMARY_INDEX", "Index.db", true,
BigFormat.class);
Review Comment:
Fixed
--
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]