-
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
Move input rows of Traverse and AppendVertices. #4176
Move input rows of Traverse and AppendVertices. #4176
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4176 +/- ##
==========================================
- Coverage 84.99% 84.94% -0.05%
==========================================
Files 1326 1326
Lines 131713 131770 +57
==========================================
- Hits 111946 111936 -10
- Misses 19767 19834 +67
Continue to review full report at Codecov.
|
@@ -682,6 +682,27 @@ void Executor::dropBody(const PlanNode *body) { | |||
} | |||
} | |||
|
|||
bool Executor::movable(const Variable *var) { | |||
// Only support input variables of current executor |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what if the data flow and logical flow are different, such as bfsShortestPath operator
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We use reference count to identify it.
What type of PR is this?
What problem(s) does this PR solve?
Issue(s) number:
Close #4172
Description:
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: