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

Improve error message for HyperLogLog #451

Merged
merged 1 commit into from
Jun 22, 2022
Merged

Improve error message for HyperLogLog #451

merged 1 commit into from
Jun 22, 2022

Conversation

JLockerman
Copy link
Contributor

This commit improves the error message on attempting to build a HLL with and invalid size. It may be better to move the check earlier, so that it errors even on null input, but this commit holds off on doing so as that would be a breaking change.

Copy link
Contributor

@WireBaron WireBaron left a comment

Choose a reason for hiding this comment

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

From CI, looks like pg_test still doesn't like the expected error.

Copy link
Contributor

@WireBaron WireBaron left a comment

Choose a reason for hiding this comment

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

Approved once CI passes, maybe comment out failure tests and create issue to investigate.

This commit improves the error message on attempting to build a HLL with
and invalid size. It may be better to move the check earlier, so that it
errors even on null input, but this commit holds off on doing so as that
would be a breaking change.
@JLockerman
Copy link
Contributor Author

bors r+

@bors
Copy link
Contributor

bors bot commented Jun 22, 2022

@bors bors bot merged commit 01590d8 into main Jun 22, 2022
@bors bors bot deleted the jl/hll-errors branch June 22, 2022 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants