TileDB icon indicating copy to clipboard operation
TileDB copied to clipboard

Migrate delete_array and delete_fragments from StorageManager to Array.

Open bekadavis9 opened this issue 1 year ago • 1 comments

Migrate Array APIs out of StorageManager: delete_array and delete_fragments. Note: this migration required addition of new, static versions of these internal APIs on class Array, which effectively do exactly what the versions in StorageManager were previously doing. This allows for a "hierarchical-like" structure among the inter-dependent APIs delete_group, delete_array, and delete_fragments.


[sc-23372] [sc-47161] [sc-47162]


TYPE: IMPROVEMENT DESC: Migrate Array APIs out of StorageManager: delete_array and delete_fragments.

bekadavis9 avatar Apr 15 '24 18:04 bekadavis9

FYI, the REST-CI failure should go away if you rebase to latest dev , it's due to sc-44928

ypatia avatar Apr 16 '24 06:04 ypatia