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

fsspec: use rm_file() #6358

Merged
merged 1 commit into from Jul 23, 2021
Merged

fsspec: use rm_file() #6358

merged 1 commit into from Jul 23, 2021

Conversation

isidentical
Copy link
Contributor

Our remove() is actually rm_file() since it is only responsible with removing an individual file. fsspec's rm() is a little bit more powerful, with recursive functionality etc. but more expensive in terms of target expanding. s3fs was the only filesystem which didn't support this, though with 2021.7.0 it is now supporting it (fsspec/s3fs#499).

@isidentical isidentical added the optimize Optimizes DVC label Jul 23, 2021
@isidentical isidentical self-assigned this Jul 23, 2021
@isidentical isidentical requested a review from a team as a code owner July 23, 2021 09:30
@isidentical isidentical added this to In progress in DVC 13 July - 26 July 2021 via automation Jul 23, 2021
@efiop efiop merged commit d5722e3 into master Jul 23, 2021
@efiop efiop deleted the use-rm-file branch July 23, 2021 11:10
DVC 13 July - 26 July 2021 automation moved this from In progress to Done Jul 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
optimize Optimizes DVC
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants