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: MaterializedExecutor uses matchesFilter for all filter ops + filterGroups
- Replace inline filter switch with shared matchesFilter() from decode.ts
- Fixes LIKE, NOT IN, NOT BETWEEN, NOT LIKE returning wrong results
- Add filterGroups (OR) support to MaterializedExecutor
- Add SQL test files to vitest config (compiler, evaluator, integration)
- Test count: 173 → 255 (82 new SQL tests now in CI)
0 commit comments