yuqi1129 commented on code in PR #4560: URL: https://github.com/apache/gravitino/pull/4560#discussion_r1719574713
########## docs/trino-connector/development.md: ########## @@ -32,15 +32,14 @@ Please change the above `localhost`, `port` and the names of metalake and catalo ## Development environment -To develop the Gravitino connector locally, you need to do the following steps: +To develop the Gravitino Trino connector locally, you need to do the following steps: ### IDEA 1. Clone the Trino repository from the [GitHub](https://github.com/trinodb/trino) repository. The released version Trino-435 is the least version that Gravitino supports. 2. Open the Trino project in your IDEA. -3. Create a new module for the Gravitino connector in the Trino project as the following picture (we will use the name `trino-gravitino` as the module name in the following steps).  -4. Add a soft link to the Gravitino trino connector module in the Trino project. Assuming the src java main directory of the Gravitino trino connector in project Gravitino is `gravitino/path/to/gravitino-trino-connector/src/main/java`, -and the src java main directory of trino-gravitino in the Trino project is `trino/path/to/trino-gravitino/src/main/java`, you can use the following command to create a soft link: +3. Create a new module for the Gravitino Trino connector in the Trino project as the following picture (we will use the name `trino-gravitino` as the module name in the following steps).  Review Comment: Please also rename the picture name. -- 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]
