Hello All,
- This is the core Java component of the DataSketches library that
includes all the sketch algorithms in production-ready packages. These
sketches can be called directly from this component or used in conjunction
with the adaptor components such as Hadoop Pig, Hadoop Hive, or the
aggregator adaptors built into Apache Druid.
- This is a maintenance release
- Specific Enhancements:
- Fixed "Mikhail's Issue #368". This was a specific Theta set-operation
corner case bug.
- Developed a standard model for all Theta, Tuple set operation
corner cases. Implemented across all corner cases for Java (and C++).
- Improvements in clarity of Javadocs, primarily in Theta, Tuple
sketches.
- Fixed parameter leakage cases related to LGTM warnings.
- Improved variable naming to enhance code clarity.
- Fixed warnings discovered by latest SpotBugs.
- Significant improvements and cleanup of ArrayOfDoubles Tuple Sketch
code.
- Download Site:
- https://datasketches.apache.org/docs/Community/Downloads.html
- Release Documentation
- https://github.com/apache/datasketches-java/releases
- Build & Test documentation
- https://github.com/apache/datasketches-java/blob/master/README.md
- Website
- https://datasketches.apache.org
Thank you to the PMC members and community for taking the time to review
this release!
Lee