-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Forbid Collection operations unsupported by TileDB Groups.
The hack we were previously using, where we would immediately write out group contents changes to disk and use delete-then-add to effect replacing a member, meant that the actual results on disk were not guaranteed to be consistent. Instead, we now simply forbid operations unsupported (for now) by TileDB Groups. This doesn't use the same workaround as metadata, since metadata *does* support replacement, meaning that all dictionary operations work for metadata. There is (currently) no consistent way to make all operations work for Groups.
- Loading branch information
1 parent
67442d7
commit b66e9eb
Showing
6 changed files
with
100 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.