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 flag metadata extraction: calculate length directly from assignPosition
- Remove redundant grouping/summarization that was causing issues
- Add row_number for proper flag ordering
- Fix separator positions: use pos + length instead of just split
- Add missing sign multiplication for floating-point decode (line 108)
These changes fix decoding issues when flags have multiple values.
0 commit comments