Tom-Newton commented on issue #38704:
URL: https://github.com/apache/arrow/issues/38704#issuecomment-1824973543

   I don't think I was thinking very carefully when I posted that comment. 
   
   I think move is efficiently supported with hierarchical namespace. E.g. 
using 
https://github.com/Azure/azure-sdk-for-cpp/blob/4a32d7266cfac8bfc0eb87feb56011361a36f43c/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/datalake_file_system_client.hpp#L239
   
   What I was thinking of was the copy blob by URI which has to use SAS token 
auth. But if we're only copying within one storage account we don't need to use 
that 
https://learn.microsoft.com/en-us/rest/api/storageservices/copy-blob?tabs=microsoft-entra-id#authorization.
 So I do think there is any problem 🙂 


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

Reply via email to