Commit b95cbad
Fix count universe inconsistency and blank-value mismatch
Codex review found two bugs:
1. facet_summaries counted all 6.68M records but sample_facets only
had the 5.98M with coordinates — counts jumped when toggling filters.
Regenerated all three parquet files from the same base universe
(lat IS NOT NULL). SESAR now consistently 4,389,231 across all files.
2. Baseline summaries included blank-string facet values, but on-the-fly
queries excluded them with != ''. Regenerated summaries now exclude
blanks, matching the on-the-fly behavior.
Also: removed dead getDisplayCounts(), fixed stale 0.3MB comment,
added missing quote escaping on source cache lookup.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 53fd201 commit b95cbad
1 file changed
Lines changed: 2 additions & 20 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
485 | 485 | | |
486 | 486 | | |
487 | 487 | | |
488 | | - | |
| 488 | + | |
489 | 489 | | |
490 | 490 | | |
491 | 491 | | |
| |||
547 | 547 | | |
548 | 548 | | |
549 | 549 | | |
550 | | - | |
551 | | - | |
552 | | - | |
553 | | - | |
554 | | - | |
555 | | - | |
556 | | - | |
557 | | - | |
558 | | - | |
559 | | - | |
560 | | - | |
561 | | - | |
562 | | - | |
563 | | - | |
564 | | - | |
565 | | - | |
566 | | - | |
567 | | - | |
568 | 550 | | |
569 | 551 | | |
570 | 552 | | |
| |||
0 commit comments