Folks, I have had my Eclipse javadoc warning settings turned off for quite a while because there was no way to have these warnings just apply to the main code and not the test code. -- Well, I discovered that with new versions of Eclipse it is now possible to disable warnings for "all optional errors" for the entire test tree.
So now that I have enabled these warnings again for the main tree, alas, I have found numerous places where the Javadocs for the main code were either missing or incomplete and could be improved. So this PR represents fixing these Javadoc issues for the entire java repo. I realize it is 26 files, but it is just javadocs. No substantive code changes. At this moment, no one has voted on the java 6.0.0-RC1 candidate, so I have an option to create an RC2 and proceed with this release or let it go and do a 6.1.0 later. Thoughts? On Thu, Apr 18, 2024 at 9:28 PM Lee Rhodes <[email protected]> wrote: > ### New: quantiles T-Digest sketch > ### New: BloomFilter > ### New: Exact and Bounded Sampling Proportional to Size (EB-PPS) sketch > ### Add Weighted Inputs to quantiles KllFloatsSketch, KllDoublesSketch and > KllItemsSketch > ### Add Vector Inputs to quantiles KLLFloatsSketch and KllDoublesSketch > ### Enhanced quantiles Sorted Views for KLL and Classic quantiles sketches. > ### Enhanced Partitioning API. > > Hello Apache DataSketches PMC and Community, > > 1. This is a call for vote to release Apache DataSketches-java candidate > version: 6.0.0-RC1 > > NOTE 1: 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. > > 2. Source repository: > - https://github.com/apache/datasketches-java > > Git Tag for this release: > - https://github.com/apache/datasketches-java/releases/tag/6.0.0-RC1 > on branch 6.0.X > > Git HashId for this release starts with: de0d96e on branch 6.0.X > > 3. The Release Candidate / Zip Repository: > - https://dist.apache.org/repos/dist/dev/datasketches/java/6.0.0-RC1 > > The public signing key can be found in the KEYS file: > - https://dist.apache.org/repos/dist/dev/datasketches/KEYS > > The artifacts have been signed with --keyid-format SHORT : 8CD4A902 > > 4. Repository: Maven Central [Nexus](http://repository.apache.org) (Jar > Artifacts): > - > https://repository.apache.org/content/groups/staging/org/apache/datasketches/datasketches-java/6.0.0/ > > 5. Build & Test Guide: > - https://github.com/apache/datasketches-java/blob/6.0.0-RC1/README.md > > 6. The vote will be performed as follows: > - This letter will be published on dev@ and remain open for at least > 72 hours (excluding weekends and holidays), AND until at least 3 (+1) PMC > votes or a majority of (+1) PMC votes are acquired. Anyone in the community > can vote. This vote will close no earlier than Tuesday, Apr 18, 2024, 9:00 > PM PST. > > Please vote accordingly: > > [ ] +1 approve > [ ] +0 no opinion > [ ] -1 disapprove with the reason > > Thanks, > Lee Rhodes > [email protected] >
