Skip to content

fix fuzzer issue #7074#7077

Merged
joseph-isaacs merged 1 commit intodevelopfrom
ji/fix-fuzzer-issue
Mar 20, 2026
Merged

fix fuzzer issue #7074#7077
joseph-isaacs merged 1 commit intodevelopfrom
ji/fix-fuzzer-issue

Conversation

@joseph-isaacs
Copy link
Contributor

@joseph-isaacs joseph-isaacs commented Mar 20, 2026

maybe?

Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
@joseph-isaacs joseph-isaacs marked this pull request as ready for review March 20, 2026 14:32
@joseph-isaacs joseph-isaacs enabled auto-merge (squash) March 20, 2026 14:32
@joseph-isaacs joseph-isaacs added the changelog/fix A bug fix label Mar 20, 2026
use crate::scalar::Scalar;

pub(super) fn accumulate_bool(partial: &mut MinMaxPartial, array: &BoolArray) -> VortexResult<()> {
if array.is_empty() {
Copy link
Contributor

Choose a reason for hiding this comment

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

Blergh, yeah I wonder if we change the Accumulator to never invoke the vtable for empty arrays? All the accumulators need to handle it at the moment.

@joseph-isaacs joseph-isaacs merged commit 124c698 into develop Mar 20, 2026
57 of 58 checks passed
@joseph-isaacs joseph-isaacs deleted the ji/fix-fuzzer-issue branch March 20, 2026 14:35
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