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 3, 2025
1 parent f0a96f1 commit f49b659
Showing 1 changed file with 210 additions and 114 deletions.
Loading

0 comments on commit f49b659

Please sign in to comment.