priyamtejaswin opened a new pull request, #117: URL: https://github.com/apache/datasketches-website/pull/117
Hello, I was trying the DataSketches library, starting with the ThetaSketches example for Java core. I believe there are some typos in the example. The example called `update(<sketch>)` method for updating the union and intersection sketches. This is not supported by the class. Fixed/replaced with `union` and `intersection` respectively. This is an excellent library btw! An amazing effort! Thanks to all the core devs! -- 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]
