jackye1995 commented on a change in pull request #1754:
URL: https://github.com/apache/iceberg/pull/1754#discussion_r524490896
##########
File path: aws/src/main/java/org/apache/iceberg/aws/s3/S3URI.java
##########
@@ -57,7 +57,7 @@
Preconditions.checkNotNull(location, "Location cannot be null.");
this.location = location;
- String [] schemeSplit = location.split(SCHEME_DELIM);
+ String [] schemeSplit = location.split(SCHEME_DELIM, -1);
Review comment:
It's not, I am just fixing errorprone warnings along the way. Let me
remove them since this PR seems pretty big at this point of time.
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]