flyrain commented on code in PR #1500: URL: https://github.com/apache/polaris/pull/1500#discussion_r2074160168
########## plugins/spark/v3.5/integration/build.gradle.kts: ########## @@ -51,10 +51,15 @@ dependencies { testImplementation("org.apache.spark:spark-sql_${scalaVersion}:${spark35Version}") { // exclude log4j dependencies exclude("org.apache.logging.log4j", "log4j-slf4j2-impl") - exclude("org.apache.logging.log4j", "log4j-api") exclude("org.apache.logging.log4j", "log4j-1.2-api") + exclude("org.apache.logging.log4j", "log4j-core") exclude("org.slf4j", "jul-to-slf4j") } + // enforce the usage of log4j 2.24.3 for log4j-api compatibility + testRuntimeOnly("org.apache.logging.log4j:log4j-core:2.24.3") + testRuntimeOnly("org.apache.logging.log4j:log4j-slf4j2-impl:2.24.3") Review Comment: Q: Is the enforcement for the spark version or the Delta plugin? -- 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