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.

New features and enhancements:

   - Added new KLL Longs Sketch
   - Optimized HLL Union for merge HLL to HLL
   - Change Memory dependency to version 3.0.1
   - Added one exclusion to FindBugsExcludeFilter.xml
   - Fixed bug in Memory that was preventing limited runtime operation with
   Java 17, see Memory PR#209. (Java 17 is not formally supported by Memory.
   See Memory README).

1. DataSketches Download Site:
- https://datasketches.apache.org/docs/Community/Downloads.html

2. Source repository:
- https://github.com/apache/datasketches-java/releases

3. Developer build and test documentation:
- https://github.com/apache/datasketches-java/blob/6.1.0/README.md

3. DataSketches Website
- https://datasketches.apache.org

Thank you to the PMC members and community for identifying bugs and taking
the time to review this release!

Lee
DataSketches PMC Chair
lee...@apache.org

Reply via email to