-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename bijoin plan node #4977
Rename bijoin plan node #4977
Conversation
a6f5a41
to
32e9e65
Compare
Codecov ReportBase: 76.85% // Head: 76.84% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #4977 +/- ##
==========================================
- Coverage 76.85% 76.84% -0.02%
==========================================
Files 1101 1105 +4
Lines 81227 81447 +220
==========================================
+ Hits 62426 62584 +158
- Misses 18801 18863 +62
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
* Rename BiJoin to HashJoin * Rename cartesian product to cross join * Fix compile
What type of PR is this?
What problem(s) does this PR solve?
Issue(s) number:
Description:
BiJoin
toHashJoin
BiInnerJoin
toHashInnerJoin
BiLeftJoin
toHashLeftJoin
BiCartesianProduct
toCrossJoin
How do you solve it?
Special notes for your reviewer, ex. impact of this fix, design document, etc:
Checklist:
Tests:
Affects:
Release notes:
Please confirm whether to be reflected in release notes and how to describe: