cryptoe commented on code in PR #17887:
URL: https://github.com/apache/druid/pull/17887#discussion_r2030998818
##########
extensions-core/azure-extensions/src/main/java/org/apache/druid/storage/azure/AzureStorage.java:
##########
@@ -442,7 +441,7 @@ public void uploadBlockBlob(
blobContainerClient
// Creates a blob by default, no need to use a specific blob client.
// We also need to urlEncode the path to handle special characters.
- .getBlobClient(Utility.urlEncode(blobName))
+ .getBlobClient(blobName)
Review Comment:
Since you have a test setup running, could you please try with other special
characters like
@, / , , _, - * .
--
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]