Azure / Azure/azure-sdk-for-python
azure-fsspec 1.3.1 glob returns empty list
- Dominant language
- Python
- Stars
- 5.6k
- Forks
- 3.4k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 193
Description
- **azureml-fsspec**:
- **1.3.1**:
- **Ubuntu 20.04.6 LTS**:
- **3.9.19**:
**Describe the bug**
fs.glob(), fs.glob("."), and fs.glob("*"), all return an empty list.
fs.ls() works, along with pd.read_csv("").
**To Reproduce**
Steps to reproduce the behavior:
1. Initialize a filesystem object using AzureMachineLearningFileSystem
2. Call fs.glob()
**Expected behavior**
fs.glob() should return a list of paths.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Additional context**
Problem seems to have been solved for this user using 1.3.0 by upgrading to 1.3.1: https://github.com/Azure/azure-sdk-for-python/issues/33985
Contributor guide
Assessment
This issue has not been assessed yet.