tom-s-powell commented on code in PR #17790:
URL: https://github.com/apache/iceberg/pull/17790#discussion_r3843288227
##########
azure/src/main/java/org/apache/iceberg/azure/adlsv2/ADLSLocation.java:
##########
@@ -46,6 +46,7 @@
class ADLSLocation {
private static final Pattern URI_PATTERN =
Pattern.compile("^(abfss?|wasbs?)://([^/?#]+)(.*)?$");
+ private final String scheme;
Review Comment:
Raised https://github.com/apache/iceberg/pull/17594 separately to address
this specific change
--
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]