You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simplify apply_null_mask and restore equal_rows_arr empty behavior
- Use NullBuffer::union + build_unchecked in apply_null_mask
- Remove redundant null_count guard at call site
- Accept Option<&NullBuffer> instead of &UInt64Array
- Restore equal_rows_arr to return empty arrays instead of error
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments