HyukjinKwon commented on issue #27048: [SPARK-30386][SQL] Pushdown limit to outer join through projects URL: https://github.com/apache/spark/pull/27048#issuecomment-570123058 @ulysses-you, seems the test failure is related and persistent: ``` Error Message org.scalatest.exceptions.TestFailedException: transform should fail when ids exceed integer range. Expected exception org.apache.spark.SparkException to be thrown, but no exception was thrown Stacktrace sbt.ForkMain$ForkError: org.scalatest.exceptions.TestFailedException: transform should fail when ids exceed integer range. Expected exception org.apache.spark.SparkException to be thrown, but no exception was thrown at org.scalatest.Assertions.newAssertionFailedException(Assertions.scala:530) at org.scalatest.Assertions.newAssertionFailedException$(Assertions.scala:529) at org.scalatest.FunSuite.newAssertionFailedException(FunSuite.scala:1560) at org.scalatest.Assertions.intercept(Assertions.scala:824) at org.scalatest.Assertions.intercept$(Assertions.scala:804) at org.scalatest.FunSuite.intercept(FunSuite.scala:1560) at org.apache.spark.ml.recommendation.ALSSuite.testTransformIdExceedsIntRange$1(ALSSuite.scala:698) at org.apache.spark.ml.recommendation.ALSSuite.$anonfun$new$75(ALSSuite.scala:711) at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23) at org.scalatest.Assertions.withClue(Assertions.scala:1223) at org.scalatest.Assertions.withClue$(Assertions.scala:1210) at org.scalatest.FunSuite.withClue(FunSuite.scala:1560) at org.apache.spark.ml.recommendation.ALSSuite.$anonfun$new$65(ALSSuite.scala:695) at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23) at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85) at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:83) at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104) at org.scalatest.Transformer.apply(Transformer.scala:22) at org.scalatest.Transformer.apply(Transformer.scala:20) at org.scalatest.FunSuiteLike$$anon$1.apply(FunSuiteLike.scala:186) at org.apache.spark.SparkFunSuite.withFixture(SparkFunSuite.scala:149) at org.scalatest.FunSuiteLike.invokeWithFixture$1(FunSuiteLike.scala:184) at org.scalatest.FunSuiteLike.$anonfun$runTest$1(FunSuiteLike.scala:196) at org.scalatest.SuperEngine.runTestImpl(Engine.scala:286) ```
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
