Skip to content

Output schema of semi join has invalid projection added after HashBuildProbeOrder #4001

@Dandandan

Description

@Dandandan

Describe the bug
Output schema of semi join has invalid projection added after HashBuildProbeOrder.
The code in HashBuildProbeOrder assumes that we use both left and right side, this is however not the case.
For semi joins, we can just keep the original schema instead.

To Reproduce
Steps to reproduce the behavior:

Expected behavior
A clear and concise description of what you expected to happen.

Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions