tisonkun commented on issue #170: URL: https://github.com/apache/datasketches-rust/issues/170#issuecomment-5106009449
@proost In datasketches-rust, we have [serde_tests](https://github.com/apache/datasketches-rust/blob/d6cc6d8f6f45456ae975fe5af4883c595e0021d2/datasketches/tests/serde_tests.rs) to test against C++ and Java snapshots. And we did find several serde compatibility issues and got them fixed. Now we are going to include Go snapshot to help all the datasketches impls provide the same serde compatibility promise. This is what this issue is for. -- 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]
