You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/10/25 09:59:24 UTC

[GitHub] [spark] MaxGekk commented on pull request #38386: [SPARK-40888][SQL][TESTS] Check error classes in HiveQuerySuite

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

   @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)
   ```


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org