From 507681c35e9c14c071c1a67771016d385acc8a0c Mon Sep 17 00:00:00 2001 From: Thomas Newton Date: Mon, 19 Feb 2024 00:06:53 +0000 Subject: [PATCH] Mention azurite support in docstring --- python/pyarrow/_azurefs.pyx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/pyarrow/_azurefs.pyx b/python/pyarrow/_azurefs.pyx index f29cceaf46c2e..a670e45f66a63 100644 --- a/python/pyarrow/_azurefs.pyx +++ b/python/pyarrow/_azurefs.pyx @@ -31,8 +31,8 @@ cdef class AzureFileSystem(FileSystem): This implementation supports flat namespace and hierarchical namespace (HNS) a.k.a. Data Lake Gen2 storage accounts. HNS will be automatically detected and HNS specific - features will be used when they provide a performance advantage. Note: `/` is the - only supported delimiter. + features will be used when they provide a performance advantage. Azurite emulator is + also supported. Note: `/` is the only supported delimiter. The storage account is considered the root of the filesystem. When enabled, containers will be created or deleted during relevant directory operations. Obviously, this also