netudima commented on code in PR #4702:
URL: https://github.com/apache/cassandra/pull/4702#discussion_r3036685950


##########
test/distributed/org/apache/cassandra/distributed/test/SecondaryIndexCompactionTest.java:
##########
@@ -79,7 +79,7 @@ public MockHolder(TableMetadata metadata, Set<SSTableReader> 
sstables)
         @Override
         public CompactionInfo getCompactionInfo()
         {
-            return new CompactionInfo(metadata, OperationType.COMPACTION, 0, 
1000, nextTimeUUID(), sstables);
+            return new CompactionInfo(metadata, OperationType.COMPACTION, 0, 
1000, 0, nextTimeUUID(), sstables);

Review Comment:
   do we set compressed value as 0 intentionally here?



##########
test/distributed/org/apache/cassandra/distributed/test/SecondaryIndexCompactionTest.java:
##########
@@ -79,7 +79,7 @@ public MockHolder(TableMetadata metadata, Set<SSTableReader> 
sstables)
         @Override
         public CompactionInfo getCompactionInfo()
         {
-            return new CompactionInfo(metadata, OperationType.COMPACTION, 0, 
1000, nextTimeUUID(), sstables);
+            return new CompactionInfo(metadata, OperationType.COMPACTION, 0, 
1000, 0, nextTimeUUID(), sstables);

Review Comment:
   nit: do we set compressed value as 0 intentionally here?



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