dongjoon-hyun commented on a change in pull request #35075:
URL: https://github.com/apache/spark/pull/35075#discussion_r777045243
##########
File path: sql/hive/src/test/scala/org/apache/spark/sql/hive/test/TestHive.scala
##########
@@ -535,10 +535,12 @@ private[hive] class TestHiveSparkSession(
def reset(): Unit = {
try {
// HACK: Hive is too noisy by default.
- org.apache.log4j.LogManager.getCurrentLoggers.asScala.foreach { log =>
- val logger = log.asInstanceOf[org.apache.log4j.Logger]
+ org.apache.logging.log4j.LogManager.getContext(false)
Review comment:
Got it.
Then, @viirya , does Hive test pass in your local environment?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]