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

[Backport] Fix HllSketchHolderObjectStrategy#isSafeToConvertToNullSketch #15861

Merged

Commits on Feb 8, 2024

  1. Fix HllSketchHolderObjectStrategy#isSafeToConvertToNullSketch. (apach…

    …e#15860)
    
    * Fix HllSketchHolderObjectStrategy#isSafeToConvertToNullSketch.
    
    The prior code from apache#15162 was reading only the low-order byte of an int
    representing the size of a coupon set. As a result, it would erroneously
    believe that a coupon set with a multiple of 256 elements was empty.
    gianm authored and adarshsanjeev committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    20542b5 View commit details
    Browse the repository at this point in the history