Describe the enhancement requested
Add python bindings so that the new C++ AzureFilesystem can be used from Python code. abfs:// and abfss:// URIs should automatically select the AzureFilesystem.
This should enable pyarrow users to get much improved performance and reliability compared to https://github.com/fsspec/adlfs.
Work on the C++ AzureFilesystem is tracked by #18014
Sub issues:
Component(s)
Python