pjanuario opened a new issue, #1684: URL: https://github.com/apache/polaris/issues/1684
### Describe the bug As JDBC is being advertised as the prefered production deployment configuration and eclipse link is getting deprecated I was unable to follow the quickstart to launch a running instance connected to postgres following https://github.com/apache/polaris/tree/main/getting-started/jdbc#getting-started-with-apache-polaris-relational-jdbc-postgres-and-spark-sql ### To Reproduce Follow the steps mentioned in quickstart ### Actual Behavior ``` polaris-1 | 2025-05-27 16:43:59,789 WARN [org.apa.pol.ser.qua.con.ProductionReadinessChecks] [,] [,,,] (main) - ⚠️ The current persistence unit (jdbc:h2) is intended for tests only. Offending configuration option: 'polaris.persistence.eclipselink.configuration-file'. ``` ### Expected Behavior Expected to be connected to postgres instance instead of h2. ### Additional context _No response_ ### System information _No response_ -- 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]
