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

Gh-2749: Hllp is not aggregated properly with TSV #2800

Merged
merged 4 commits into from
Nov 15, 2022

Conversation

r32575
Copy link
Contributor

@r32575 r32575 commented Oct 31, 2022

HyperLogLogPlus was attempting to add the text version of the JsonNode which returned an empty string for an object. Have now reworked so the JsonNode is now examined and if a class field is found attempts to instantiate the object and send this to the HyperLogLogPlus.

Related Issue

…ntiated before being offered to HyperLogLogPlus
@r32575 r32575 requested a review from t92549 October 31, 2022 19:23
@r32575 r32575 self-assigned this Oct 31, 2022
@r32575 r32575 added the bug Confirmed or suspected bug label Oct 31, 2022
@codecov-commenter
Copy link

codecov-commenter commented Oct 31, 2022

Codecov Report

❗ No coverage uploaded for pull request base (v2-alpha@9a66133). Click here to learn what that means.
The diff coverage is n/a.

@@             Coverage Diff             @@
##             v2-alpha    #2800   +/-   ##
===========================================
  Coverage            ?   56.47%           
  Complexity          ?     2495           
===========================================
  Files               ?      917           
  Lines               ?    32316           
  Branches            ?     3319           
===========================================
  Hits                ?    18251           
  Misses              ?    12673           
  Partials            ?     1392           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@GCHQDeveloper314 GCHQDeveloper314 linked an issue Nov 1, 2022 that may be closed by this pull request
@GCHQDeveloper314 GCHQDeveloper314 changed the title Hllp is not aggregated properly with TSV Gh2749: Hllp is not aggregated properly with TSV Nov 1, 2022
@GCHQDeveloper314 GCHQDeveloper314 changed the title Gh2749: Hllp is not aggregated properly with TSV Gh-2749: Hllp is not aggregated properly with TSV Nov 1, 2022
@r32575 r32575 marked this pull request as ready for review November 14, 2022 12:46
@r32575 r32575 merged commit cb9a1c9 into v2-alpha Nov 15, 2022
@t92549 t92549 deleted the gh-2749-hllp-is-not-aggregated-properly-with-tsv branch November 15, 2022 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Confirmed or suspected bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Hllp is not aggregated properly with TSV
5 participants