Commit 33f6921
fix: adapt array_has array-needle fast path to arrow 58.3
BooleanBuffer::has_true() was added in arrow 59; branch-54 is on arrow 58.3, so the element-null per-row reduction uses count_set_bits() > 0 instead. No behavior change (17 array_has unit tests pass, clippy clean).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 4d76a75 commit 33f6921
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
505 | 505 | | |
506 | 506 | | |
507 | 507 | | |
508 | | - | |
| 508 | + | |
| 509 | + | |
509 | 510 | | |
510 | 511 | | |
511 | 512 | | |
| |||
0 commit comments