Hello All, *About DataSketches-Java* 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.
*NOTES* - This is a release of the DataSketches Java library compatible with Java 21. - This release uses the Java Foreign Function & Memory (FFM) features that are in "preview" in Java 21. As a result, you will need to set the JVM flag "--enable-preview" at runtime, or if compiling using the OpenJDK Java compilers. - Note that the Eclipse Compiler for Java (ECJ) used in both the Eclipse JDT IDE and the VScode IDE will not allow compilation of preview code for Java version 21. - Please read the more detailed notes on build and runtime dependencies in the README file, linked below. *LINKS* - DataSketches Source Download Site: https://datasketches.apache.org/docs/Community/Downloads.html - Jars Download Site https://repo1.maven.org/maven2/org/apache/datasketches/datasketches-java/8.0.0/ - Release Summary: https://github.com/apache/datasketches-java/releases/tag/8.0.0 - Developer build and test documentation https://github.com/apache/datasketches-java/blob/8.0.0/README.md - DataSketches Website https://datasketches.apache.org Thank you to the PMC members and community for taking the time to review this release! Lee. [email protected]
