cloud-fan commented on a change in pull request #23750: [SPARK-19712][SQL] 
Pushing Left Semi and Left Anti joins through Project, Aggregate, Window, Union 
etc.
URL: https://github.com/apache/spark/pull/23750#discussion_r258388643
 
 

 ##########
 File path: 
sql/core/src/test/scala/org/apache/spark/sql/execution/WholeStageCodegenSuite.scala
 ##########
 @@ -169,7 +169,7 @@ class WholeStageCodegenSuite extends QueryTest with 
SharedSQLContext {
 
       val plan = df.queryExecution.executedPlan
       assert(!plan.find(p =>
-        p.isInstanceOf[WholeStageCodegenExec] &&
+        p.isInstanceOf[WholeStageCodegenExec] && 
p.isInstanceOf[SortMergeJoinExec] &&
 
 Review comment:
   now this becomes always false.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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]

Reply via email to