Commit 4c81fe8
committed
fix: update clickbench expected plan for NDV-aware optimization
apache#19957 introduced NDV extraction from Parquet metadata. The optimizer
now sees NDV=1 for HitColor, BrowserCountry, BrowserLanguage in the
clickbench test file and short-circuits COUNT(DISTINCT) to a constant
projection, skipping the full table scan.1 parent 7014a45 commit 4c81fe8
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1203 | 1203 | | |
1204 | 1204 | | |
1205 | 1205 | | |
1206 | | - | |
1207 | | - | |
| 1206 | + | |
| 1207 | + | |
1208 | 1208 | | |
1209 | 1209 | | |
1210 | 1210 | | |
| |||
0 commit comments