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

Remove deprecated Array.delete_fragments code path. #2009

Merged
merged 3 commits into from
Jul 25, 2024

Conversation

teo-tsirpanis
Copy link
Member

SC-51240

The tiledb_array_delete_fragments API has been removed and this PR removes its last use in the Python API. Calling Array.delete_fragments as an instance method will now throw.

Fixes TileDB-Inc/conda-forge-nightly-controller#108 (comment)

You might want to snap a branch for the Python API with 2.25 before merging this.

timestamp_start,
timestamp_end
)
# TODO: Make this method static and entirely remove the conditional.
Copy link
Member Author

Choose a reason for hiding this comment

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

How about we do this now?

Copy link
Member

Choose a reason for hiding this comment

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

Do you mean to reimplement tiledb.delete_fragments()?
It was there before #1966

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, we could essentially revert #1966. What do you think?

@kounelisagis kounelisagis merged commit 6c3f527 into dev Jul 25, 2024
33 checks passed
@kounelisagis kounelisagis deleted the teo/delete-fragments branch July 25, 2024 15:00
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.

Nightly feedstock build failed
2 participants