jaydeepkumar1984 opened a new pull request, #4443: URL: https://github.com/apache/cassandra/pull/4443
1. I helped commit an original 4.1 patch https://github.com/apache/cassandra/commit/59574a86a3a829d904ce3964e36ec71f5b62b961 2. But that commit generated a CI error. https://ci-cassandra.apache.org/job/Cassandra-4.1-artifacts/728/jdk=jdk_1.8_latest,label=cassandra/console ``` 00:53:47 [java] ---------- 00:53:47 [java] 1. ERROR in /home/jenkins/jenkins-slave/workspace/Cassandra-4.1-artifacts/jdk/jdk_1.8_latest/label/cassandra/src/java/org/apache/cassandra/index/SecondaryIndexManager.java (at line 931) 00:53:47 [java] partition = ImmutableBTreePartition.create(onePartition).unfilteredIterator(); 00:53:47 [java] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 00:53:47 [java] Resource 'partition' should be managed by try-with-resource ``` 3. This PR addresses the error The [Cassandra Jira](https://issues.apache.org/jira/browse/CASSANDRA-19564) -- 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]

