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 benchmark and integration tests for sort pushdown optimization
as a precursor to the core optimization PR (#21182).
Benchmark: new `sort-pushdown` subcommand with 4 queries testing
sort elimination (ASC full scan, ASC LIMIT, wide full, wide LIMIT).
SLT tests (5 new groups):
- Test A: Non-overlapping files + WITH ORDER → Sort eliminated
- Test B: Overlapping files → SortExec retained
- Test C: LIMIT queries (ASC sort elimination + DESC reverse scan)
- Test D: target_partitions=2 → SPM + per-partition sort elimination
- Test E: Inferred ordering from Parquet metadata (no WITH ORDER)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments