Skip to content

skip sparse array validation for device resident arrays#6315

Merged
onursatici merged 2 commits intodevelopfrom
os/sparse
Feb 5, 2026
Merged

skip sparse array validation for device resident arrays#6315
onursatici merged 2 commits intodevelopfrom
os/sparse

Conversation

@onursatici
Copy link
Contributor

No description provided.

Signed-off-by: Onur Satici <onur@spiraldb.com>
@onursatici onursatici added the changelog/fix A bug fix label Feb 5, 2026
Signed-off-by: Onur Satici <onur@spiraldb.com>
@onursatici onursatici enabled auto-merge (squash) February 5, 2026 15:48
@onursatici onursatici merged commit a5e3473 into develop Feb 5, 2026
45 of 46 checks passed
@onursatici onursatici deleted the os/sparse branch February 5, 2026 15:55
// Verify the indices are all in the valid range
if !indices.is_empty() {
let last_index = usize::try_from(&indices.scalar_at(indices.len() - 1)?)?;
// Verify the indices are all in the valid range
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is only correct if the previous thing is true

danking pushed a commit that referenced this pull request Feb 6, 2026
Signed-off-by: Onur Satici <onur@spiraldb.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog/fix A bug fix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants