tisonkun commented on code in PR #713: URL: https://github.com/apache/datasketches-java/pull/713#discussion_r2667831931
########## README.md: ########## @@ -20,22 +20,23 @@ [](https://maven-badges.herokuapp.com/maven-central/org.apache.datasketches/datasketches-java) [](https://coveralls.io/github/apache/datasketches-java) -================= +----------------- + +# Apache® DataSketches™ Core Java Library Component -# Apache<sup>®</sup> DataSketches™ Core Java Library Component This is the core Java component of the DataSketches library. It contains all of the sketching algorithms and can be accessed directly from user applications. This component is also a dependency of other components of the library that create adaptors for target systems, such as the [Apache Pig adaptor](https://github.com/apache/datasketches-pig), the [Apache Hive adaptor](https://github.com/apache/datasketches-hive), and others. -Note that we have parallel core library components for C++, Python and GO implementations of many of the same sketch algorithms: +Note that we have parallel core library components for C++, Python, and GO implementations of many of the same sketch algorithms: -- [datasketches-cpp](https://github.com/apache/datasketches-cpp), -- [datasketches-python](https://github.com/apache/datasketches-python), -- [datasketches-go](https://github.com/apache/datasketches-go). +- [datasketches-cpp](https://github.com/apache/datasketches-cpp) +- [datasketches-python](https://github.com/apache/datasketches-python) +- [datasketches-go](https://github.com/apache/datasketches-go) Review Comment: Aligned with https://github.com/apache/datasketches/blob/master/README.md. We can add Rust once we make production-ready releases. -- 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]
