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

Revert fsspec changes #523

Merged
merged 4 commits into from
Oct 17, 2023
Merged

Revert fsspec changes #523

merged 4 commits into from
Oct 17, 2023

Conversation

mrchtr
Copy link
Contributor

@mrchtr mrchtr commented Oct 16, 2023

Due to a bug in fsspec, we added auto_mkdir=True to the fsspec calls. This is no longer necessary. This PR reverts the changes and avoids using the version with the bug.

@PhilippeMoussalli
Copy link
Contributor

are there downsides of keeping it in case another bug appears later on? I also think it makes it more explicit that we're creating a directory if it doesn't exist

@RobbeSneyders
Copy link
Member

Agree with @PhilippeMoussalli, but I do think we should remove it for reading. Doesn't really make sense to create the directories there.

@mrchtr
Copy link
Contributor Author

mrchtr commented Oct 17, 2023

I've updated the PR. Now the auto_mkdir has only been removed from the reading operations.

Copy link
Contributor

@PhilippeMoussalli PhilippeMoussalli left a comment

Choose a reason for hiding this comment

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

Thanks Matthias!

pyproject.toml Outdated Show resolved Hide resolved
@RobbeSneyders RobbeSneyders merged commit 02ac6eb into main Oct 17, 2023
6 checks passed
@RobbeSneyders RobbeSneyders deleted the revert-mkdir-auto branch October 17, 2023 14:05
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.

3 participants