gianm opened a new pull request, #14538:
URL: https://github.com/apache/druid/pull/14538
On jdk17, the "problem" part of the error message could change from
NullPointerException to:
```
Cannot invoke "String.length()" because "s" is null
```
Due to the new more-helpful NPEs in Java 17. This broke the expectation and
led to test failures on this case.
This patch fixes the problem by improving the error message so it isn't a
generic NullPointerException.
--
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]