Copilot commented on code in PR #104: URL: https://github.com/apache/gravitino-site/pull/104#discussion_r2622091077
########## src/pages/downloads.mdx: ########## @@ -1,5 +1,18 @@ ## Apache Gravitino Downloads +[Gravitino source](https://dlcdn.apache.org/gravitino/1.1.0/gravitino-1.1.0-src.tar.gz) [ASC](https://dlcdn.apache.org/gravitino/1.1.0/gravitino-1.1.0-src.tar.gz.asc) [SHA](https://dlcdn.apache.org/gravitino/1.1.0/gravitino-1.1.0-src.tar.gz.sha512) + +[Gravitino binary](https://dlcdn.apache.org/gravitino/1.1.0/gravitino-1.1.0-bin.tar.gz) [ASC](https://dlcdn.apache.org/gravitino/1.1.0/gravitino-1.1.0-bin.tar.gz.asc) [SHA](https://dlcdn.apache.org/gravitino/1.1.0/gravitino-1.1.0-bin.tar.gz.sha512) + +[Gravitino Iceberg REST server](https://dlcdn.apache.org/gravitino/1.1.0/gravitino-iceberg-rest-server-1.1.0-bin.tar.gz) [ASC](https://dlcdn.apache.org/gravitino/1.1.0/gravitino-iceberg-rest-server-1.1.0-bin.tar.gz.asc) [SHA](https://dlcdn.apache.org/gravitino/1.1.0/gravitino-iceberg-rest-server-1.1.0-bin.tar.gz.sha512) + +[Gravitino Lance REST server](https://dlcdn.apache.org/gravitino/1.1.0/gravitino-lance-rest-server-1.1.0-bin.tar.gz) [ASC](https://dlcdn.apache.org/gravitino/1.1.0/gravitino-lance-rest-server-1.1.0-bin.tar.gz.asc) [SHA](https://dlcdn.apache.org/gravitino/1.1.0/gravitino-lance-rest-server-1.1.0-bin.tar.gz.sha512) + +[Gravitino Trino connector](https://dlcdn.apache.org/gravitino/1.1.0/gravitino-trino-connector-1.1.0.tar.gz) [ASC](https://dlcdn.apache.org/gravitino/1.1.0/gravitino-trino-connector-1.1.0.tar.gz.asc) [SHA](https://dlcdn.apache.org/gravitino/1.1.0/gravitino-trino-connector-1.1.0.tar.gz.sha512) + +The [KEYS file](https://downloads.apache.org/gravitino/KEYS) and ASC files can used to verify the release. Please follow the instructions on the download page to verify the release before you use it. Review Comment: Grammatical error: "can used" should be "can be used". The sentence should read "The KEYS file and ASC files can be used to verify the release." ########## src/pages/downloads.mdx: ########## @@ -1,5 +1,18 @@ ## Apache Gravitino Downloads Review Comment: Missing version header for release 1.1.0. All other release versions in this file (1.0.1, 1.0.0, 0.9.1, etc.) include a version header in the format "### X.Y.Z" before their download links. Add a header "### 1.1.0" on line 3 before the first download link to maintain consistency with the established pattern. ```suggestion ### 1.1.0 ``` -- 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]
