JonasJ-ap commented on code in PR #5899:
URL: https://github.com/apache/iceberg/pull/5899#discussion_r985050217
##########
aws/src/main/java/org/apache/iceberg/aws/AwsProperties.java:
##########
@@ -620,12 +712,30 @@ public AwsProperties() {
public AwsProperties(Map<String, String> properties) {
Review Comment:
In my first commit, I got CI failure because:
```
[ERROR] ...AwsProperties.java:714:3: Method AwsProperties length is 154
lines (max allowed is 150). [MethodLength]
```
Currently, I get rid of this issue by deleting some blank lines in
`AwsProperties(Map<String, String> properties)`. I wonder if there exist a
better way to handle this issue, given that we may need to add more properties
in the future.
--
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]