flyrain commented on code in PR #804: URL: https://github.com/apache/polaris/pull/804#discussion_r1929316491
########## README.md: ########## @@ -62,11 +62,8 @@ Apache Polaris is built using Gradle with Java 21+ and Docker 27+. - `./gradlew assemble` - To skip tests. - `./gradlew test` - To run unit tests and integration tests. - `./gradlew polarisServerRun` - To run the Polaris server locally, with profile `prod`; the server Review Comment: I'm not familiar Quarkus conventions, but "with profile `prod`" seems a bit odd to me, it is no way close to a `prod` deployment. Is "with the default profile" more accurate? We don't even have to mention it in that case. -- 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]
