Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sql: add error and reporting when unable to fix malformed quantile #109461

Merged
merged 1 commit into from
Aug 25, 2023

Conversation

rharding6373
Copy link
Collaborator

This PR captures quantile information for future reproduction when we encounter a malformed quantile that we're unable to fix, instead of inducing an inactionable panic.

Epic: None
Fixes: #109060

Release note: None

@rharding6373 rharding6373 added the backport-23.1.x Flags PRs that need to be backported to 23.1 label Aug 24, 2023
@rharding6373 rharding6373 requested a review from michae2 August 24, 2023 20:51
@rharding6373 rharding6373 requested a review from a team as a code owner August 24, 2023 20:51
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Copy link
Collaborator

@michae2 michae2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm: Very nice! Thank you for putting this together!

Reviewed 5 of 5 files at r1, all commit messages.
Reviewable status: :shipit: complete! 1 of 0 LGTMs obtained (waiting on @rharding6373)

This PR captures quantile information for future reproduction when we
encounter a malformed quantile that we're unable to fix, instead of
inducing an inactionable panic.

Epic: None
Fixes: cockroachdb#109060

Release note: None
@rharding6373 rharding6373 force-pushed the 20230822_quantile_109060 branch from b9bbe58 to 120132e Compare August 24, 2023 21:56
@rharding6373
Copy link
Collaborator Author

TFTR!

bors r+

@craig
Copy link
Contributor

craig bot commented Aug 25, 2023

Build succeeded:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-23.1.x Flags PRs that need to be backported to 23.1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

stats: index out of range crash when forecasting
3 participants