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