-
Notifications
You must be signed in to change notification settings - Fork 185
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: [sc-56713] [core] query returns incorrect offsets for dense arra…
…y fill value of variable-length int32 attribute (#5331) Story details: https://app.shortcut.com/tiledb-inc/story/56713 `tiledb-rs` uses the setting `sm.var_offsets.mode = elements` and the dense reader code which copies the fill value offsets does not check this setting. This pull request fixes the issue by checking whether that value was previously set; and adds unit tests demonstrating correct fill value offsets in three different scenarios. --- TYPE: BUG DESC: Fix dense reader fill value with `sm.var_offsets.mode = elements` --------- Co-authored-by: Isaiah Norton <[email protected]>
- Loading branch information
Showing
2 changed files
with
252 additions
and
1 deletion.
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