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).
C-cleanup
Tech debt, refactors, loose ends, etc. Solution not expected to significantly change behavior.
T-sql-queries
SQL Queries Team
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: