Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adapt glob to be compatible with the latest fsspec version #133

Merged
merged 3 commits into from
Jan 10, 2024

Conversation

maximlt
Copy link
Member

@maximlt maximlt commented Jan 9, 2024

The test suite has been broken for a few weeks with:

ValueError: Invalid pattern: '**' can only be an entire path component

This is due to a recent change in fsspec (fsspec/filesystem_spec#1382), forcing ** to be used between path separators only. I checked the change with the latest version of fsspec and a version before this breaking change, it works fine in both cases.

I believe spatialpandas will need a new release.

@maximlt maximlt changed the title adapt path to be compatible with the latest fsspec version Adapt glob to be compatible with the latest fsspec version Jan 9, 2024
@maximlt maximlt merged commit b5da511 into main Jan 10, 2024
9 checks passed
@maximlt maximlt deleted the fix_parquet_path_dir branch January 10, 2024 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant