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 Bug-fix Release that addresses two issues: - PR 482: The Hll Union :: toString(), which prints out a simple diagnostic summary of the sketch, might change the internal state of the union. - PR 485: The KllItemsSketch<Boolean> was not serializing and deserializing the min and max values properly. It only affects this specific generic case of <Boolean>.