Jayden-Chiu commented on code in PR #2704:
URL: https://github.com/apache/polaris/pull/2704#discussion_r2389229097


##########
runtime/server/build.gradle.kts:
##########
@@ -44,6 +44,8 @@ dependencies {
   runtimeOnly("org.postgresql:postgresql")
   runtimeOnly(project(":polaris-relational-jdbc"))
   runtimeOnly("io.quarkus:quarkus-jdbc-postgresql")
+  implementation(libs.mysql.connector.j)

Review Comment:
   Sorry, missed this conversation, maybe I will create documentation later on 
which references this PR on how to get MySQL support if needed.



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