flaming-archer opened a new issue, #7287: URL: https://github.com/apache/gravitino/issues/7287
### Version main branch ### Describe what's wrong Sometimes spark-sql display: <img width="830" alt="Image" src="https://github.com/user-attachments/assets/159874e5-40d5-4c51-82db-8f4da1fdcc84" /> Sometimes ok. We found this is occured when spark-connector-xxx.jar was loaded before slf4j.jar which already in ${spark_home}/jars. The spark-connector-xxx.jar containes slf4j class which is 2.* versrion, and spark sl4j.jar is 1.x. The two versions are not compatible. We should not package slf4j in spark-connector-xxx.jar. ### Error message and/or stacktrace No SLF4J providers were found. ### How to reproduce Continuously restarting Spark SQL. ### Additional context _No response_ -- 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]
