Copilot commented on code in PR #8538: URL: https://github.com/apache/paimon/pull/8538#discussion_r3556095981
########## docs/docs/program-api/cpp-api.md: ########## @@ -25,18 +25,14 @@ under the License. # Cpp API -Paimon C++ is a high-performance C++ implementation of Apache Paimon. Paimon C++ aims to provide a native, -high-performance and extensible implementation that allows native engines to access the Paimon datalake -format with maximum efficiency. +[Paimon C++](https://github.com/apache/paimon-cpp.git) is a high-performance C++ implementation of Apache Paimon. Paimon C++ aims to provide a native, high-performance and extensible implementation that allows native engines to access the Paimon datalake format with maximum efficiency. Review Comment: This paragraph was converted into a single very long line, which is inconsistent with the surrounding hard-wrapped Markdown (and makes future diffs harder to review). Consider wrapping this sentence across multiple lines while keeping the same text/link. ########## docs/docs/program-api/cpp-api.md: ########## @@ -254,4 +250,4 @@ if (!chunk_result.ok()) { ## Documentation -For more information, See [C++ Paimon Documentation](https://alibaba.github.io/paimon-cpp/index.html). +For more information, See [C++ Paimon Documentation](https://paimon.apache.org/docs/cpp/index.html). Review Comment: Minor grammar/capitalization: mid-sentence "See" should be lowercase, and the comma is unnecessary. ########## docs/docs/program-api/cpp-api.md: ########## @@ -25,18 +25,14 @@ under the License. # Cpp API -Paimon C++ is a high-performance C++ implementation of Apache Paimon. Paimon C++ aims to provide a native, -high-performance and extensible implementation that allows native engines to access the Paimon datalake -format with maximum efficiency. +[Paimon C++](https://github.com/apache/paimon-cpp.git) is a high-performance C++ implementation of Apache Paimon. Paimon C++ aims to provide a native, high-performance and extensible implementation that allows native engines to access the Paimon datalake format with maximum efficiency. ## Environment Settings -[Paimon C++](https://github.com/alibaba/paimon-cpp.git) is currently governed under Alibaba open source -community. You can checkout the [document](https://alibaba.github.io/paimon-cpp/getting_started.html) -for more details about environment settings. +You can checkout the [document](https://paimon.apache.org/docs/cpp/index.html) for more details about environment settings. Review Comment: Grammar: "checkout" should be "check out" (verb). Also "document" reads a bit odd here; "documentation" is clearer. -- 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]
