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

[gpuCI] Forward-merge branch-22.04 to branch-22.06 [skip gpuci] #10510

Merged
merged 1 commit into from
Mar 24, 2022

Conversation

GPUtester
Copy link
Collaborator

Forward-merge triggered by push to branch-22.04 that creates a PR to keep branch-22.06 up-to-date. If this PR is unable to be immediately merged due to conflicts, it will remain open for the team to manually merge.

A case was found where merging tdigests that contain very small numbers of centroids with high weight could cause an invalid resulting tdigest to be generated.  The issue was in the "gap fixup" code during the cluster generation step.

The diff here is unfortunate but the change is fundamentally:  Make sure we run through the gap-fixing code during the first pass (where we're just counting the # of buckets), and update the nearest weight (nearest_w) variable representing the centroid we just bucketed.

<s>Leaving a Do Not Merge tag on here for now to get confirmation of fix from Spark team.</s>

Authors:
  - https://github.com/nvdbaranec

Approvers:
  - Yunsong Wang (https://github.com/PointKernel)
  - MithunR (https://github.com/mythrocks)

URL: #10506
@GPUtester GPUtester requested a review from a team as a code owner March 24, 2022 19:22
@GPUtester GPUtester requested review from vuule and nvdbaranec March 24, 2022 19:22
@GPUtester
Copy link
Collaborator Author

SUCCESS - forward-merge complete.

@GPUtester GPUtester merged commit 8d86ae8 into branch-22.06 Mar 24, 2022
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.

2 participants