-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Milestone
Description
Subissues:
- [C++] Skeleton for Azure Filesystem Implementation #35903
- [C++] Configure
azuritein preparation for testing Azure C++ filesystem #36886 - [C++] Implement file reads for Azure filesystem #37511
- [C++] Return filesystem properties not user defined metadata in Azure file reads #38330
- [C++] Implement file writes for Azure filesystem #38333
- [C++] Implement GetFileInfo for a single file in Azure filesystem #38335
- [C++] Implement
GetFileInfoselector for Azure filesystem #38597 - [C++] Implement all important authentication methods for Azure filesystem #38598
- [C++][FS][Azure] Default credential authentication #39262
- [C++][FS][Azure] Workload Identity Authentication #39318
- [C++][FS][Azure] Managed Identity authentication #39320
- [C++][FS][Azure] Client secret authentication #39343
- [C++][FS][Azure] Azure CLI authentation #39344
- [C++][FS][Azure] Environment credential authentication #39345
- [C++][FS] Use default Azure credentials implicitly and support anonymous credentials explictly #39449
- [C++][FS][Azure] Implement
CreateDir()#38699 - [C++][FS][Azure] Implement
DeleteDir()#38700 - [C++][FS][Azure] Implement
DeleteDirContents()#38701 - [C++][FS][Azure] Implement
DeleteRootDirContents()#38702 - [C++][FS][Azure] Implement
DeleteFile()#38703 - [C++][FS][Azure] Implement
DeleteFile()for flat-namespace storage accounts #40074 - [C++][FS][Azure] Implement
Move()#38704 - [C++][FS][Azure] Implement
CopyFile()#38705 - [C++][FS][Azure] Rename
AzurePathtoAzureLocation#38758 - [C++][FS][Azure] Should
GetFileInfo()against a directory always return true without hierarchical namespace support? #38772 - [C++][FS][Azure] Add allow_container_deletion option #38999
- [C++][FS][Azure] Use the generic filesystem tests #39069
- [C++][FS][Azure] Make mutations of test data explicit in azurefs_test.cc #39119
- [C++] Remove the AzureOptions::backend option #39292
- [C++] Inform caller of Azure Storage container not-existing when checking for HNS support #39297
- [C++][FS][Azure] Implement Move() for flat namespace storage accounts #40025
- [C++][FS][Azure] Include user set metadata in
ObjectInputFile::ReadMetadata#40026 - [C++][FS][Azure] Add AzureFileSystem support to FileSystemFromUri() #40028
- [C++][FS][Azure] Expose parallel transfer config options available in the Azure SDK #40035
- [C++][FS][Azure] Optimise
ObjectAppendStream::DoAppendin the case of many small appends #40036 - [C++][FS][Azure] Prevent reading or writing directory marker blobs #40037
- [C++][FS][Azure] Fix CreateDir and DeleteDir on hierarchical namespace accounts where the directory has a trailing
/#40052 - [C++][FS][Azure] Consider how and if to fix disallowed characters in file metadata #40057
- ...
Reporter: Wes McKinney / @wesm
Assignee: Shefali Singh
Related issues:
- [C++] Filesystem implementation for Azure Data Lake (is cloned by)
- [R] Expose Azure Blob Storage filesystem (is depended upon by)
Original Issue Attachments:
PRs and other links:
Note: This issue was originally created as ARROW-2034. Please see the migration documentation for further details.
martin-traverse, mavam, Tom-Newton and justinvyu