Surbhi-Vijay opened a new issue, #11372:
URL: https://github.com/apache/incubator-gluten/issues/11372

   ### Description
   
   Spark has introduced new join type `LeftSingle`  which triggers changes in 
query execution in certain scenarios.
   
   Single join is a left outer join that checks that there is at most 1 build 
row for every probe row.
   
   Refer:
   [[SPARK-49653](https://issues.apache.org/jira/browse/SPARK-49653)][SQL] 
Single join for correlated scalar subqueries
   commit: 
https://github.com/apache/spark/commit/3c81f076ab9c72514cfc8372edd16e6da7c151d6
   
   Currently, Gluten falls back to Spark whenever JoinType is `LeftSingle`.
   
   
   ### Gluten version
   
   None


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to