Skip to content

[VL][Spark-4.0] Add support for LeftSingle join for correlated scalar subqueries #11372

@Surbhi-Vijay

Description

@Surbhi-Vijay

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][SQL] Single join for correlated scalar subqueries
commit: apache/spark@3c81f07

Gluten version

None

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions