flyrain commented on code in PR #880: URL: https://github.com/apache/polaris/pull/880#discussion_r1929595613
########## 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: I think it's better to keep the simplest option in the top-level readme, and point advanced users to a dedicated doc. Also this command doesn't only work with a local run but also with a docker run. -- 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]
