zachjsh commented on code in PR #15630:
URL: https://github.com/apache/druid/pull/15630#discussion_r1454131815


##########
extensions-core/azure-extensions/src/main/java/org/apache/druid/storage/azure/AzureUtils.java:
##########
@@ -136,4 +137,11 @@ public static void deleteObjectsInPath(
       }
     }
   }
+
+  // Returns a <containerName, path> pair given a location using the 
azureStorage schema.
+  public static Pair<String, String> 
parseAzureStorageLocation(CloudObjectLocation location)

Review Comment:
   The usage of this seems to assume that the location is provided is somehow 
generated from the new AzureStorageInputSource, is that right? Given this 
should this maybe be a static method of `AzureStorageInputSource` class, or 
should we add to the javadoc here the assumption being made?



-- 
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]

Reply via email to