mirror of https://github.com/apache/cassandra
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:
commit
dcbadf4dbd
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in New Issue