dimas-b commented on code in PR #1109: URL: https://github.com/apache/polaris/pull/1109#discussion_r1980044504
########## quarkus/service/build.gradle.kts: ########## @@ -87,24 +87,19 @@ dependencies { implementation(libs.jakarta.servlet.api) - testFixturesApi(project(":polaris-tests")) + testFixturesApi(project(":polaris-tests")) { + // exclude all spark dependencies + exclude(group = "org.apache.iceberg", module = "iceberg-spark-3.5_2.12") Review Comment: Would it make sense to split `polaris-tests` into a general part (that only uses Iceberg Core) and a Spark-specific part (instead of excluding spark jars)? -- 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: issues-unsubscr...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org