Commit d5fbeb3
fix: handle Vertica Decimal special values (Infinity/NaN) in query runner
Vertica's adapter returns Decimal special values where as_tuple().exponent
is a string ('F'/'n') instead of int, causing a TypeError on comparison.
Cherry-picked from worktree-fix-dimension-alerts (0eecf7d).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 605bdd0 commit d5fbeb3
1 file changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
56 | 58 | | |
57 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
58 | 63 | | |
59 | 64 | | |
60 | 65 | | |
| |||
0 commit comments