Skip to content

[DEE-132] Fixed bug related to azure dataset deletion #3063

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

Merged
merged 16 commits into from
Jul 18, 2025
Merged

Conversation

activesoull
Copy link
Contributor

@activesoull activesoull commented Jul 17, 2025

🚀 🚀 Pull Request

Impact

Releases 3.9.45 and 3.9.46 contained a bug in Azure-backed dataset deletion. The deeplake.delete function incorrectly attempted to delete content at the container level instead of only the dataset-specific content, potentially affecting other data in the same container.

  • Bug fix (non-breaking change which fixes expected existing functionality)
  • Enhancement/New feature (adds functionality without impacting existing logic)
  • Breaking change (fix or feature that would cause existing functionality to change)

Description

Things to be aware of

Things to worry about

Additional Context

@activesoull activesoull added the full-tests Trigger Full versioned OS tests label Jul 17, 2025
Copy link

codecov bot commented Jul 17, 2025

Codecov Report

Attention: Patch coverage is 33.33333% with 6 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
.../integrations/mmlab/segmentation/basesegdataset.py 0.00% 6 Missing ⚠️

📢 Thoughts on this report? Let us know!

@activesoull activesoull changed the title Delete fix [DEE-132] Fixed azure dataset deletion bug Jul 18, 2025
@activesoull activesoull changed the title [DEE-132] Fixed azure dataset deletion bug [DEE-132] Fixed bug related to azure dataset deletion Jul 18, 2025
Copy link

@activesoull activesoull merged commit 848b7f2 into v3 Jul 18, 2025
13 of 15 checks passed
@activesoull activesoull deleted the delete_fix branch July 18, 2025 06:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
full-tests Trigger Full versioned OS tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants