-
Notifications
You must be signed in to change notification settings - Fork 752
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(planner): add tips for wrong usage of semi or anti join (#13948)
* add tips for wrong usage of semi anti join * fix * refine code * fix * fix * fix * Update src/query/sql/src/executor/physical_plans/physical_hash_join.rs Co-authored-by: Andy Lok <[email protected]> * Update src/query/sql/src/executor/physical_plans/physical_hash_join.rs Co-authored-by: Andy Lok <[email protected]> * Update src/query/sql/src/executor/physical_plans/physical_hash_join.rs Co-authored-by: Andy Lok <[email protected]> * map_or * refine tips * remove useless code * make lint * add sqllogictest * fix test * fix * make lint * bendsql error message * fix sq;logictest * add more tests --------- Co-authored-by: Andy Lok <[email protected]>
- Loading branch information
1 parent
06178b2
commit c761101
Showing
2 changed files
with
65 additions
and
4 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