FANNG1 commented on code in PR #4948:
URL: https://github.com/apache/gravitino/pull/4948#discussion_r1764245828
##########
spark-connector/spark-common/build.gradle.kts:
##########
@@ -56,24 +56,12 @@ dependencies {
testCompileOnly(libs.lombok)
// use log from spark, spark3.3 use low version of log4j, to avoid
java.lang.NoSuchMethodError: org.apache.logging.slf4j.Log4jLoggerFactory:
method <init>()V not found
- testImplementation(project(":api")) {
- exclude("org.apache.logging.log4j")
Review Comment:
why remove this? we should exclude log4j from Gravitino to avoid the
conflict with Spark
--
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]