torarvid opened a new pull request #1688: S3a MultiObjectDeleteSupport prevent NullPointerException URL: https://github.com/apache/hadoop/pull/1688 I've hit an issue where a DeleteObjects request using LocalStack causes a NullPointerException in the translateDeleteException function. `error.getCode()` can return `null`, and if there is more than one error returned by `deleteException.getErrors()`, this will cause the NPE.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
