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

Use the latest Apache DataSketches release 2.0.0 #10917

Merged
merged 2 commits into from
Feb 26, 2021
Merged

Conversation

AlexanderSaydakov
Copy link
Contributor

Description

This is to bring the extensions-core/datasketches up to date with the latest post-graduation release of apache/datasketches-java-2.0.0

There were some API changes in the datasketches library. In particular, Tuple sketch classes were reorganized, and the ArrayOfDoublesSketch now has one more level in the class name. The Druid code was adjusted accordingly. No user observable behavior should be affected.

Copy link
Member

@clintropolis clintropolis left a comment

Choose a reason for hiding this comment

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

thanks for the update 👍

hmm, I wonder why https://github.com/apache/druid/blob/master/licenses.yaml#L3515 didn't need updated for CI to pass.

I'm not sure if https://github.com/apache/druid/blob/master/distribution/bin/check-licenses.py is actually checking the version, need to have a closer look at that script.

Copy link
Contributor

@a2l007 a2l007 left a comment

Choose a reason for hiding this comment

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

+1 after CI

@a2l007 a2l007 merged commit f930cf1 into master Feb 26, 2021
@AlexanderSaydakov AlexanderSaydakov deleted the datasketches_2_0_0 branch February 26, 2021 18:12
@clintropolis clintropolis added this to the 0.22.0 milestone Aug 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants