-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test NestedLoopJoin and MergeJoin in join fuzzer (#9901)
Summary: A correctness bug was found in NestedLoopJoin recently (#9892), so this diff adds NestedLoopJoin query plans with and without TableScan to JoinFuzzer. It also adds MergeJoin with TableScan. Differential Revision: D57703982
- Loading branch information
1 parent
dcffce5
commit f0af018
Showing
2 changed files
with
151 additions
and
14 deletions.
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
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