nastra opened a new pull request, #6029:
URL: https://github.com/apache/iceberg/pull/6029
This replaces a bunch of code of the form
```
try {
// do something
Assert.fail(...);
} catch (Exception e) {
// make sure exception has correct message/code/...
}
```
--
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]