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

DirFS: Fix pipe(dict[str, bytes]) #1628

Merged
merged 1 commit into from
Jun 17, 2024
Merged

Conversation

lgeiger
Copy link
Contributor

@lgeiger lgeiger commented Jun 17, 2024

.pipe() can be called with a dictionary as input. This is currently not supported by DirFS as ._join() silently maps the dictionary input to a list which causes a cryptic error message error when trying to use .pipe() with dictionary input.

@martindurant martindurant merged commit 5a03271 into fsspec:master Jun 17, 2024
11 checks passed
@lgeiger lgeiger deleted the fix-dirfs-pipe branch June 17, 2024 14:10
@lgeiger
Copy link
Contributor Author

lgeiger commented Jun 17, 2024

Thanks for the fast review, really appreciated 🚀

Would it be possible to release a new fsspec version that includes this fix?

@martindurant
Copy link
Member

I expect it should be OK to make a release by the end of this week.

@lgeiger
Copy link
Contributor Author

lgeiger commented Jun 17, 2024

That would be great, thanks 🙏

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.

2 participants