dimas-b commented on code in PR #4281:
URL: https://github.com/apache/polaris/pull/4281#discussion_r3209480626
##########
runtime/service/build.gradle.kts:
##########
@@ -208,6 +206,21 @@ dependencies {
tasks.named("javadoc") { dependsOn("jandex") }
+// MySQL is opt-in: the GPL JDBC driver (ASF Category X) is not bundled in the
default
+// build. Enable with `-PincludeMysqlDriver=true` to run the MySQL integration
tests.
+if (project.hasProperty("includeMysqlDriver")) {
Review Comment:
+1 to driver on the test class path.
... but if we have this `if` in `runtime/service`, we should not need the
same one in `.../server`... right?
--
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]