Skip to content

fix: respect negative values on deserialization in REQ sketch#734

Open
proost wants to merge 3 commits intoapache:mainfrom
proost:fix-respect-negative-values
Open

fix: respect negative values on deserialization in REQ sketch#734
proost wants to merge 3 commits intoapache:mainfrom
proost:fix-respect-negative-values

Conversation

@proost
Copy link
Copy Markdown
Member

@proost proost commented Apr 25, 2026

Float.MIN_VALUE is smallest positive value. So if REQ sketch include negative values, min value is not respected after deserialization.

C++ is ok, because it delegates to comparator not like java.

After this PR merged, I will send PR for compat in C++.

@proost proost requested a review from leerho April 25, 2026 08:20
@proost proost self-assigned this Apr 25, 2026
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.

1 participant