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
fix: handle empty list and single-point edge cases (v0.1.4)
- Empty list decode: guard timestamps[0] access when count=0
- Single point encode: store as raw 8-byte value (ALP sampling needs >= 2)
- Unskip empty list and single point tests — both pass now
These edge cases caused segfaults on ARM under high-cardinality workloads
where many series had only 1 accumulated point at compression time.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>