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 23 todo tests: BETWEEN transformation and float literal parsing
- Transform NOT BETWEEN into or(less, greater) to match ClickHouse EXPLAIN output
- Transform BETWEEN into and(greaterOrEquals, lessOrEquals)
- Fix float literal parsing for trailing dot syntax (e.g., 1. is now Float64)
- Update ast.json golden file for float literal change
- Remove todo flag from 23 now-passing tests
Fixed tests include polygon operations, geohash constants, decimal/float
handling, and BETWEEN expression tests.
0 commit comments