AlexanderSaydakov commented on issue #460: URL: https://github.com/apache/datasketches-cpp/issues/460#issuecomment-3028506349
In this case Java sets one more flag "singleton". I don't think it is used anywhere. I am not even sure what that means. On the one hand, these differences are harmless and should not affect anything except you want to have a very strict test comparing bytes. On the other hand, we may want to align our implementations and make cross-platform compatibility checks more strict. Currently we test that we can read serialized sketches from other languages and assert basic things such as the same theta and the same hash values. We may want to serialize and compare the resulting bytes instead. -- 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]
