Merge branch 'cassandra-4.1' into cassandra-5.0

* cassandra-4.1:
  ninja-fix – Fix (again) eclipse-warnings error for CASSANDRA-19564
This commit is contained in:
Mick Semb Wever 2025-10-27 10:58:51 +01:00
commit dcbadf4dbd
No known key found for this signature in database
GPG Key ID: E91335D77E3E87CB
1 changed files with 0 additions and 1 deletions

View File

@ -1049,7 +1049,6 @@ public class SecondaryIndexManager implements IndexRegistry, INotificationConsum
SinglePartitionPager pager = new SinglePartitionPager(cmd, null, ProtocolVersion.CURRENT);
while (!pager.isExhausted())
{
@SuppressWarnings("resource")
UnfilteredRowIterator partition;
try (ReadExecutionController controller = cmd.executionController();
UnfilteredPartitionIterator page = pager.fetchPageUnfiltered(baseCfs.metadata(), pageSize, controller))