MonkeyCanCode commented on issue #280:
URL: https://github.com/apache/polaris/issues/280#issuecomment-2345176369

   > ok so that means I have to wait a bit before I can start using the 
container based deployment with PG backend?
   
   Not really, here is what you can do:
   ```
   # update extension/persistence/eclipselink/build.gradle.kts
   ## add the following within dependencies block
   implementation("org.postgresql:postgresql:42.7.4")
   ```
   
   Then build the image again. By doing so, your local image will then include 
the needed driver (in this case psql driver).


-- 
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]

Reply via email to