dimas-b commented on code in PR #1945:
URL: https://github.com/apache/polaris/pull/1945#discussion_r2167701459
##########
getting-started/jdbc/docker-compose-bootstrap-db.yml:
##########
@@ -22,7 +22,7 @@ services:
image: apache/polaris-admin-tool:postgres-latest
environment:
- POLARIS_PERSISTENCE_TYPE=relational-jdbc
- - QUARKUS_DATASOURCE_DB_KIND=pgsql
+ - QUARKUS_DATASOURCE_DB_KIND=postgresql
Review Comment:
Since the property is built-time, we can probably remove it from here for
clarity, WDYT?
--
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]