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

[#3685] Improvement: revisit all the purgeXXX implementations to have a consistent behavior #4091

Merged
merged 4 commits into from
Jul 9, 2024

Conversation

zivali
Copy link
Contributor

@zivali zivali commented Jul 7, 2024

What changes were proposed in this pull request?

When purging tables, return True if the target was purged, and False if the target does not exist.

Why are the changes needed?

Fix: #3685

Does this PR introduce any user-facing change?

No

How was this patch tested?

ITs and UTs.

@zivali zivali marked this pull request as ready for review July 7, 2024 09:15
@zivali
Copy link
Contributor Author

zivali commented Jul 7, 2024

Could @mchades help review when you have time? Thank you!

Copy link
Contributor

@mchades mchades left a comment

Choose a reason for hiding this comment

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

Overall LGTM, please resolve the conflicts

@mchades
Copy link
Contributor

mchades commented Jul 9, 2024

BTW, even though purgePartition has not been implemented yet, its API comment also needs to be updated.

Copy link
Contributor

@mchades mchades left a comment

Choose a reason for hiding this comment

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

LGTM, thanks for your contributions!

@mchades mchades merged commit b755429 into apache:main Jul 9, 2024
33 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.

[Improvement] revisit all the purgeXXX implementations to have a consistent behavior
2 participants