Skip to content

Commit

Permalink
refactor(fuzzer): Refactor JoinFuzzer to allow multi-join plans (#12198)
Browse files Browse the repository at this point in the history
Summary:

Generates a cascading multi-join from left to right with the inputs to the join being values nodes.

[t1, t2, t3, t4]
```
t1  t2
 \  /
  a   t3
   \  /
     b   t4
      \  /
        c
```

Reviewed By: kagamiori

Differential Revision: D68797355
  • Loading branch information
Daniel Hunte authored and facebook-github-bot committed Feb 4, 2025
1 parent ad6bfe8 commit dade8ce
Showing 1 changed file with 210 additions and 114 deletions.
Loading

0 comments on commit dade8ce

Please sign in to comment.