panbingkun commented on PR #38386:
URL: https://github.com/apache/spark/pull/38386#issuecomment-1290396879

   > @panbingkun The test `lookup hive UDF in another thread` fails on my 
laptop locally:
   > 
   > ```
   > Exception in thread "test" org.scalatest.exceptions.TestFailedException: 
Map("rawName" -> "not_a_udf", "fullName" -> "spark_catalog.a.not_a_udf") did 
not equal Map("rawName" -> "not_a_udf", "fullName" -> 
"spark_catalog.default.not_a_udf")
   >    at 
org.scalatest.Assertions.newAssertionFailedException(Assertions.scala:472)
   >    at 
org.scalatest.Assertions.newAssertionFailedException$(Assertions.scala:471)
   >    at 
org.scalatest.Assertions$.newAssertionFailedException(Assertions.scala:1231)
   >    at 
org.scalatest.Assertions$AssertionsHelper.macroAssert(Assertions.scala:1295)
   >    at org.apache.spark.SparkFunSuite.checkError(SparkFunSuite.scala:317)
   >    at org.apache.spark.SparkFunSuite.checkError(SparkFunSuite.scala:355)
   >    at 
org.apache.spark.sql.hive.execution.HiveQuerySuite$$anon$1.run(HiveQuerySuite.scala:1451)
   > [info] - lookup hive UDF in another thread *** FAILED *** (156 
milliseconds)
   > [info]   success was false (HiveQuerySuite.scala:1457)
   > ```
   
   I have fixed it.
   


-- 
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]

Reply via email to