nastra commented on code in PR #5530:
URL: https://github.com/apache/iceberg/pull/5530#discussion_r945551692
##########
aws/src/integration/java/org/apache/iceberg/aws/lakeformation/LakeFormationTestBase.java:
##########
@@ -351,7 +351,7 @@ private static void registerResource(String s3Location) {
// when a resource is registered, LF will update SLR with necessary
permissions which has a propagation delay
waitForIamConsistency();
} catch (AlreadyExistsException e) {
- LOG.warn("Resource {} already registered. Error: {}", arn, e);
+ LOG.warn("Resource {} already registered. Error: {}", arn,
e.getMessage(), e);
Review Comment:
this was actually producing an errorprone error (same for the other places
around logging)
--
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]