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

Support dropping named partitions using string values for size #2948

Merged
merged 1 commit into from
Mar 10, 2025

Conversation

mikee47
Copy link
Contributor

@mikee47 mikee47 commented Mar 7, 2025

When dropping partitions by setting size to zero, string values such as {"size": "0K"} do not work. This PR fixes this oversight.

Closes #2947.

@SmingHub SmingHub deleted a comment from what-the-diff bot Mar 7, 2025
@slaff slaff added this to the 6.1.0 milestone Mar 10, 2025
@slaff slaff merged commit c898bd9 into SmingHub:develop Mar 10, 2025
47 of 49 checks passed
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.

dropping a default partition requires "size"= to be given as an integer
2 participants