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: FragmentDO now includes filter/sort/groupBy/aggregate columns in scan
When projections were set, FragmentDO only fetched projected columns —
missing filter, filterGroup, sort, groupBy, and aggregate columns.
WASM couldn't apply filters on unfetched columns. Now uses the same
neededNames pattern as query-do.ts and local-executor.ts.
0 commit comments