leerho commented on pull request #369: URL: https://github.com/apache/datasketches-java/pull/369#issuecomment-954433563
The corner case set operations bug that Mikhail found inspired me to look deeper as I was suspicious that there may be more, especially considering Theta, Tuple-Tuple generic, Tuple-Theta generic, stateful, stateless, and compact and non-compact combinations. So I designed a comprehensive test suite that can easily test all of them and be easily ported to other languages. As a result, I had to completely rewrite the generic Tuple AnotB operations. So now all combinations work. Caveat: I haven't dug into the concrete Tuple-Array-Of-Doubles code. That will be a whole different project :) -- 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]
