gh-yzou commented on code in PR #1908: URL: https://github.com/apache/polaris/pull/1908#discussion_r2162439416
########## plugins/spark/v3.5/integration/build.gradle.kts: ########## @@ -64,13 +68,7 @@ dependencies { testImplementation("io.delta:delta-spark_${scalaVersion}:3.3.1") testImplementation(platform(libs.jackson.bom)) - testImplementation("com.fasterxml.jackson.core:jackson-annotations") - testImplementation("com.fasterxml.jackson.core:jackson-core") - testImplementation("com.fasterxml.jackson.core:jackson-databind") - - testImplementation( - "org.apache.iceberg:iceberg-spark-runtime-${sparkMajorVersion}_${scalaVersion}:${icebergVersion}" - ) + testImplementation("com.fasterxml.jackson.jakarta.rs:jackson-jakarta-rs-json-provider") Review Comment: That one is used by a polaris client test utility that is used to talk to the polaris management API for test setup, which has nothing to do with Iceberg, and not suppose to rely on the iceberg spark client library. -- 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