Commit e5ed1fd
fix(profiling): prevent integer overflow in Invalid_Zip3_USA prevalence formula
The dq_score_prevalence_formula cast record_ct (BIGINT) to INT, overflowing
on tables with more than 2.1B rows and aborting hygiene issue detection for
the whole profiling run. Drop the cast so the numerator stays BIGINT, matching
the other operand and the Column_Pattern_Mismatch formula. Reaches existing
deployments via the static-metadata refresh on upgrade; no migration needed.
TG-1120
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent c618241 commit e5ed1fd
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments