TileDB-Inc / TileDB-Py

Python interface to the TileDB storage engine
MIT License
190 stars 34 forks source link

Compatibility fix: delete_fragments #1966

Closed kounelisagis closed 4 months ago

kounelisagis commented 4 months ago

In #1958 the static method delete_fragments replaced the instance method with the same name. This, instead of deprecation warning, caused errors for vector search tests: https://github.com/TileDB-Inc/TileDB-Vector-Search/actions/runs/9060651237/job/24890783433?pr=369

In this PR:


[sc-47282]