Fengzdadi commented on issue #103: URL: https://github.com/apache/datasketches-go/issues/103#issuecomment-3764407119
I noticed that Java's `ReservoirCrossLanguageTest.java` only has tests for `ReservoirItemsSketch` and `ReservoirLongsSketch`, but **no tests for Union types**. Should we add cross-language compatibility tests for `ReservoirItemsUnion`? - Generate serialized Union files from Java - Deserialize and verify in Go (and other languages) This would ensure binary compatibility across languages for the Union type. -- 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]
