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
Handle large number overflow and preserve original source text
- For hex numbers that overflow uint64 (like 0x123456789ABCDEF01), convert to Float64
- For decimal numbers that overflow, try float64 parsing
- Preserve original source text in Literal.Source for formatting in CAST expressions
- Update explain for negated uint64 values that overflow int64 to output Float64
- Use Source field in formatElementAsString to preserve exact text in array/tuple casts
0 commit comments