You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PR adds single join implementation to support correlated scalar subqueries and introduces a new config spark.sql.optimizer.scalarSubqueryUseSingleJoin
The text was updated successfully, but these errors were encountered:
apache/spark@3c81f07
This Spark PR introduces a new join type
LeftSingle
that triggered changes in the query executionsql/core/src/main/scala/org/apache/spark/sql/execution/joins/ShuffledJoin.scala
sql/core/src/main/scala/org/apache/spark/sql/execution/joins/HashJoin.scala
sql/core/src/main/scala/org/apache/spark/sql/execution/joins/BroadcastNestedLoopJoinExec.scala
sql/core/src/main/scala/org/apache/spark/sql/execution/adaptive/PlanAdaptiveSubqueries.scala
The PR adds single join implementation to support correlated scalar subqueries and introduces a new config
spark.sql.optimizer.scalarSubqueryUseSingleJoin
The text was updated successfully, but these errors were encountered: