tisonkun commented on code in PR #245: URL: https://github.com/apache/datasketches-website/pull/245#discussion_r2700736719
########## docs/Architecture/Components.md: ########## @@ -29,7 +29,7 @@ If you have a specific issue or bug report that impacts only one of these compon If you like what you see give us a **Star** on these sites! ## Core Sketch Libraries -The key sketches of the Apache DataSketches libraries are available in three (soon four) programming languages. By design, a sketch that is available in one language that is also available in a different language will be "binary compatible" via serialization. For example, when serialized into its compact form, a sketch created by the DataSketches C++ library, can be read by the DataSketches Java library and visa versa. +The key sketches of the Apache DataSketches libraries are available in four (soon five) programming languages. By design, a sketch that is available in one language that is also available in a different language will be "binary compatible" via serialization. For example, when serialized into its compact form, a sketch created by the DataSketches C++ library, can be read by the DataSketches Java library and visa versa. Review Comment: It's five now? Java, C++, Python, Go, Rust. -- 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]
