Skip to content

feat: Fsspec: Convert async methods that open sync file handles to use LocalStore#656

Merged
kylebarron merged 5 commits intodevelopmentseed:mainfrom
matteomorlack:fsspec-async-enh
Apr 3, 2026
Merged

feat: Fsspec: Convert async methods that open sync file handles to use LocalStore#656
kylebarron merged 5 commits intodevelopmentseed:mainfrom
matteomorlack:fsspec-async-enh

Conversation

@matteomorlack
Copy link
Copy Markdown
Contributor

Following PR to fix sync usage in async methods that handles local filesystem.
For consistency an instance of the class with file as target fs is used and saved under a cached_property.

If this is not up to par with current code quality or there are any fixes to implement let me know and i'll gladly take a stab at it!

Should fix #258

@matteomorlack matteomorlack changed the title Fsspec: Convert async methods that open sync file handles to use LocalStore feat: Fsspec: Convert async methods that open sync file handles to use LocalStore Apr 2, 2026
@github-actions github-actions bot added the feat label Apr 2, 2026
Copy link
Copy Markdown
Member

@kylebarron kylebarron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks!

@kylebarron kylebarron enabled auto-merge (squash) April 3, 2026 15:18
@kylebarron kylebarron merged commit 61c016f into developmentseed:main Apr 3, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fsspec: Convert async methods that open sync file handles to use LocalStore

2 participants