jbonofre commented on code in PR #880: URL: https://github.com/apache/polaris/pull/880#discussion_r1929610038
########## README.md: ########## @@ -73,7 +71,7 @@ create table db1.table1 (id int, name string); insert into db1.table1 values (1, 'a'); select * from db1.table1; ``` - +- `env POLARIS_HOST=localhost ./regtests/run.sh` - To run regression tests locally, see more options [here](./regtests/README.md). Review Comment: Agree, the purpose of the readme is to be short and quick to start. For details, users can go on the doc. ########## README.md: ########## @@ -61,10 +61,8 @@ Apache Polaris is built using Gradle with Java 21+ and Docker 27+. - `./gradlew build` - To build and run tests. Make sure Docker is running, as the integration tests depend on it. - `./gradlew assemble` - To skip tests. - `./gradlew test` - To run unit tests and integration tests. -- `./gradlew polarisServerRun` - To run the Polaris server locally; the server is reachable at Review Comment: I like the "shorter" form :) -- 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]
