Can we use Azure::Storage::Blobs::BlobClient::CopyFromUri() to copy a file on hierarchical namespace supported storage #5542
Labels
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
issue-addressed
Workflow: The Azure SDK team believes it to be addressed and ready to close.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Service Attention
Workflow: This issue is responsible by Azure service team.
Storage
Storage Service (Queues, Blobs, Files)
Query/Question
I'm an Apache Arrow https://github.com/apache/arrow developer. We're developing a file system interface on Azure Blob Storage: https://github.com/apache/arrow/blob/main/cpp/src/arrow/filesystem/azurefs.cc
We want to support both of Azure Blob Storage and Azure Data Lake Storage Gen2. We're using
Azure::Storage::Blobs::BlobClient::CopyFromUri()
to implement copy operation: https://github.com/apache/arrow/blob/63c91ff32b8547f0bfd6ff827d7a6901d9e7ca5c/cpp/src/arrow/filesystem/azurefs.cc#L2865-L2891It works with Azure Blob Storage but doesn't work with Azure Data Lake Storage Gen2 with hierarchical namespace support. #41095 is our issue for this.
Can we use
Azure::Storage::Blobs::BlobClient::CopyFromUri()
to copy a file on hierarchical namespace supported Azure Data Lake Storage Gen2 storage? Or do we need different API?Why is this not a Bug or a feature Request?
I'm not sure whether we can use the API for copy on hierarchical namespace supported Azure Data Lake Storage Gen2 storage or not. So I can't judge whether this is a bug nor a feature request.
Setup (please complete the following information if applicable):
azure-core_1.10.3
Information Checklist
Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report
The text was updated successfully, but these errors were encountered: