This is an automated email from the ASF dual-hosted git repository.
zabetak pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/calcite.git
The following commit(s) were added to refs/heads/main by this push:
new 55f6edb2de [CALCITE-6747] Multiple SLF4J bindings in Spark unit test
55f6edb2de is described below
commit 55f6edb2de9930124c06c63ccc5ab0441b73c3b8
Author: Hoo <[email protected]>
AuthorDate: Fri Dec 27 11:30:54 2024 +0800
[CALCITE-6747] Multiple SLF4J bindings in Spark unit test
Close apache/calcite#4114
---
spark/build.gradle.kts | 2 ++
1 file changed, 2 insertions(+)
diff --git a/spark/build.gradle.kts b/spark/build.gradle.kts
index 95e10100fa..b194e0fd5e 100644
--- a/spark/build.gradle.kts
+++ b/spark/build.gradle.kts
@@ -20,6 +20,8 @@
api("org.apache.spark:spark-core_2.10") {
exclude("org.slf4j", "slf4j-log4j12")
.because("conflicts with log4j-slf4j-impl")
+ exclude("org.slf4j", "slf4j-reload4j")
+ .because("conflicts with log4j-slf4j-impl")
}
implementation("com.google.guava:guava")