aweisberg commented on code in PR #4192:
URL: https://github.com/apache/cassandra/pull/4192#discussion_r2140901163


##########
test/unit/org/apache/cassandra/schema/MockSchema.java:
##########
@@ -214,14 +214,14 @@ public static SSTableReader sstable(int generation, int 
size, boolean keepRef, l
                 BufferDecoratedKey last = readerBounds(lastToken);
                 Map<MetadataType, MetadataComponent> metadataComponents = 
collector.sstableLevel(level)
                                                                          
.finalizeMetadata(cfs.metadata().partitioner.getClass().getCanonicalName(),
-                                                                        0.01f,
-                                                                        
UNREPAIRED_SSTABLE,
-                                                                        null,
-                                                                        false,
-                                                                        
CoordinatorLogBoundaries.NONE,
-                                                                        header,
-                                                                        
first.retainable().getKey().slice(),
-                                                                        
last.retainable().getKey().slice());
+                                                                               
            0.01f,

Review Comment:
   indentation here seems wrong?



-- 
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]

Reply via email to