xumingming opened a new issue, #1807: URL: https://github.com/apache/auron/issues/1807
The following test fails with Auron enabled: https://github.com/apache/spark/blob/b45f071cd1b653731ae5b1c97c77d1f47560b177/sql/core/src/test/scala/org/apache/spark/sql/execution/joins/ExistenceJoinSuite.scala#L256-L263 stacktrace: ``` ScalaTestFailureLocation: org.apache.spark.sql.execution.SparkPlanTest at (SparkPlanTest.scala:95) org.scalatest.exceptions.TestFailedException: Results do not match for Spark plan: BroadcastNestedLoopJoin BuildLeft, LeftAnti :- BroadcastExchange IdentityBroadcastMode, [plan_id=3179] : +- Scan ExistingRDD[a#15,b#16] +- LocalTableScan <empty> == Results == !== Expected Answer - 8 == == Actual Answer - 0 == ![1,2.0] ![1,2.0] ![2,1.0] ![2,1.0] ![3,3.0] ![6,null] ![null,5.0] ![null,null] ``` -- 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]
