risdenk commented on code in PR #1466:
URL: https://github.com/apache/solr/pull/1466#discussion_r1142197268
##########
solr/modules/s3-repository/src/java/org/apache/solr/s3/S3StorageClient.java:
##########
@@ -422,6 +423,7 @@ private Collection<String> deleteObjects(Collection<String>
paths) throws S3Exce
* @param batchSize number of deletes to send to S3 at a time
*/
@VisibleForTesting
+ @SuppressForbidden(reason = "Lists.partition")
Review Comment:
I'd love to use Java Streams for this but doesn't seem to be a good fit.
Will look at it again.
--
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]