You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR updates the Azure VFS to support storage accounts with
[hierarchical
namespace](https://learn.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-namespace)
enabled, also known as Azure Data Lake Storage Gen2. Before the first
Azure operation, we check whether the account support hierarchical
namespace, and if it does, specialize some of the operations to use a
`DatalakeServiceClient`. A dependency to `azure-storage-datalake-cpp`
was also added.
Automated testing is not currently implemented, due to lack of support
by Azurite. Let me know if you want to test this on a real Azure Storage
account.
---
TYPE: FEATURE
DESC: Added support for Azure Data Lake Storage.
0 commit comments