Keerthi Yanda

Results 5 issues of Keerthi Yanda

Addresses the issue https://github.com/fsspec/adlfs/issues/340

* [Adlfs spec](https://github.com/fsspec/adlfs/blob/main/adlfs/spec.py#L589) has the hostname with "blob.core.windows.net" but all the URLs that we access might not have the same extension in the host, it will be helpful if we...

Having abfss entry point in [setup.py](https://github.com/fsspec/adlfs/blob/2022.7.0/setup.py#L44-L48) is not allowing for overriding this protocol by other packages. Can we implement this in known_implementations [here](https://github.com/fsspec/filesystem_spec/blob/master/fsspec/registry.py#L87-L211) along with other protocols? Related changes made...

Currently, adlfs is using BlobServiceClient for both ADLS Gen 2 and Blob storage. Blob client is using blob apis underneath but if we want to use data lake apis currently...

While writing a json data with a large number of records (dataframe.size() "4263942") using abfss path, seeing the Internal Server Error from adlfs package while processing the chunks of data....