Skip to content

Commit

Permalink
Mention azurite support in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Newton committed Feb 22, 2024
1 parent 0437475 commit efb2b4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/pyarrow/_azurefs.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit efb2b4f

Please sign in to comment.