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.