-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUG] Fix swordfish inner joins (#2678)
Q2 wasn't working due to `DaftError::ValueError Attempting to make a Schema with duplicate field names: P_PARTKEY` This is because the JoinMapper was removed in a previous PR, so this PR implements a similar logic that prunes common join keys from the right side of an inner join. Q2 works now: <img width="1034" alt="Screenshot 2024-08-16 at 4 27 22 PM" src="https://github.com/user-attachments/assets/d973177e-92b8-49b7-bcc2-a0c710a37ad6"> --------- Co-authored-by: Colin Ho <[email protected]>
- Loading branch information
Showing
1 changed file
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters