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
Add null-aware filter for NULLS FIRST sort: `col IS NULL OR col > threshold`
ensures RGs with NULLs are not incorrectly pruned.
Stats init remains restricted to sort pushdown path because pruning
changes tie-breaking for equal values across RGs, which causes
non-deterministic results in non-sort-pushdown TopK queries.
The null-aware filter is still useful for sort pushdown DESC NULLS FIRST.
0 commit comments