rdblue commented on code in PR #4585:
URL: https://github.com/apache/iceberg/pull/4585#discussion_r853238932
##########
core/src/main/java/org/apache/iceberg/LocationProviders.java:
##########
@@ -51,7 +52,7 @@ public static LocationProvider locationsFor(String location,
Map<String, String>
impl, LocationProvider.class), e);
}
try {
- return ctor.newInstance(location, properties);
+ return ctor.newInstance(sanitizedLocation, properties);
Review Comment:
Nit: I generally prefer to rename the method argument so that there are
fewer changes.
--
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]