freakyzoidberg opened a new pull request, #20: URL: https://github.com/apache/datasketches-go/pull/20
Rework of https://github.com/apache/datasketches-go/pull/19 1. ItemSketch are now configured with one or more of ItemSketchSerde, ItemSketchComparator and ItemSketcherHasher depending of the need of the sketch. Those arguments are optional when possible and methods relying on there implementation will return an error if used when badly configured. 2. Builtin comparator can now be configured for reverse ordering 3. Add the test covering the KLL lvl.0 sorting issue in https://github.com/apache/datasketches-java/pull/529 (note that the bug was not present here) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
