stats: prevent NaNs in histograms #142022
Labels
A-sql-debug-bundle
Issues related to statement bundle improvements
A-sql-table-stats
Table statistics (and their automatic refresh).
branch-release-24.1
Used to mark GA and release blockers, technical advisories, and bugs for 24.1
C-cleanup
Tech debt, refactors, loose ends, etc. Solution not expected to significantly change behavior.
E-quick-win
Likely to be a quick win for someone experienced.
O-support
Would prevent or help troubleshoot a customer escalation - bugs, missing observability/tooling, docs
P-3
Issues/test failures with no fix SLA
T-sql-queries
SQL Queries Team
target-release-24.1.17
target-release-24.3.11
target-release-25.1.5
target-release-25.2.0
When running the reproduction from #141448
on M1 I'm getting
NaN is problematic since it then will prohibit the stats inclusion into the stmt bundle due to
I observed this behavior on two tables when looking into a stmt bundle issue on the customer cluster.
The root cause of the reproduction is being addressed elsewhere, but clearly we have some ways for NaNs to sneak into the histograms, so we should improve things.
Jira issue: CRDB-48121
The text was updated successfully, but these errors were encountered: