-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Warn users using dense arrays with sparse fragments. #5116
Warn users using dense arrays with sparse fragments. #5116
Conversation
This adds a warning to user using dense arrays with sparse fragments that support will be removed in TileDB 2.27. Support for writing sparse fragments in dense arrays was removed in TileDB 2.5 and as the user can easily consolidate to get rid of sparse fragments, the decision was made to remove support for reading these arrays. --- TYPE: DEPRECATION DESC: Warn users using dense arrays with sparse fragments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR's DESC
should be something like Support for reading sparse fragments in dense arrays will be removed in TileDB version 2.27 to be released in September 2024. To make sure these arrays continue to work after an upgrade to version 2.27 or later, please consolidate the sparse fragments using a TileDB version 2.26 or earlier.
.
Support for reading sparse fragments in dense arrays will be removed in TileDB version 2.27 to be released in September 2024. To make sure these arrays continue to work after an upgrade to version 2.27 or later, please consolidate the sparse fragments using a TileDB version 2.26 or earlier. For now, this adds a warning to user using dense arrays with sparse fragment. Support for writing sparse fragments in dense arrays was removed in TileDB 2.5 and as the user can easily consolidate to get rid of sparse fragments, the decision was made to remove support for reading these arrays. [sc-47348] --- TYPE: DEPRECATION DESC: Warn users using dense arrays with sparse fragments. (cherry picked from commit 7b88c3e)
Support for reading sparse fragments in dense arrays will be removed in TileDB version 2.27 to be released in September 2024. To make sure these arrays continue to work after an upgrade to version 2.27 or later, please consolidate the sparse fragments using a TileDB version 2.26 or earlier. For now, this adds a warning to user using dense arrays with sparse fragment. Support for writing sparse fragments in dense arrays was removed in TileDB 2.5 and as the user can easily consolidate to get rid of sparse fragments, the decision was made to remove support for reading these arrays. [sc-47348] --- TYPE: DEPRECATION DESC: Warn users using dense arrays with sparse fragments.
Support for reading sparse fragments in dense arrays will be removed in TileDB version 2.27 to be released in September 2024. To make sure these arrays continue to work after an upgrade to version 2.27 or later, please consolidate the sparse fragments using a TileDB version 2.26 or earlier.
For now, this adds a warning to user using dense arrays with sparse fragment. Support for writing sparse fragments in dense arrays was removed in TileDB 2.5 and as the user can easily consolidate to get rid of sparse fragments, the decision was made to remove support for reading these arrays.
[sc-47348]
TYPE: DEPRECATION
DESC: Warn users using dense arrays with sparse fragments.