Skip to content
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

Merged
merged 2 commits into from
Jul 9, 2024

Commits on Jun 19, 2024

  1. Warn users using dense arrays with sparse fragments.

    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.
    KiterLuc committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    485607b View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    4ce6e7a View commit details
    Browse the repository at this point in the history