Akshat-Jain commented on code in PR #17887:
URL: https://github.com/apache/druid/pull/17887#discussion_r2031001792


##########
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:
   Yes, I tried with blob paths like `String blobPath = 
"some_random/path-%%@#@$abcd/file1";` as well. Had the same conclusions there, 
hence ended up mentioning a simpler example for everyone's reference.



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