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 distinct() with no args collapsed all rows to 1
groupKey(row, []) returned "" for every row since the column list was empty,
making every row a "duplicate" of the first. Now falls back to Object.keys(row)
when distinct columns are empty — matching DistinctOperator behavior.
Also adds tests for MaterializedExecutor window functions and distinct.
0 commit comments