KKcorps opened a new pull request, #10115: URL: https://github.com/apache/pinot/pull/10115
`FileUtils.delete` method was added in commons-io 2.9 and is not present in older version. It limits the compatibility with other classes that can be added as part of the plugins. We already use `FileUtils.deleteQuitely` everywhere in the code so it makes sense we do the same thing 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]
