-
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
Fix argument #4950
Fix argument #4950
Conversation
6c9d6f8
to
2b04f2a
Compare
@@ -147,10 +147,10 @@ class PassThroughNode final : public SingleInputNode { | |||
}; | |||
|
|||
// This operator is used for getting a named alias from another executed operator. | |||
class Argument final : public SingleInputNode { | |||
class Argument final : public PlanNode { |
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.
Why change this?
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.
Treat Argument
as a leaf node and delete the useless StartNode
.
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.
Emm. A little wired, node with one input should inherit it.
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.
Just ok.
e8079f0
to
52a01be
Compare
fix shortest path fix argument input var fix fix tck add tck fix tck fmt
f868ab3
to
718f153
Compare
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.
Good Job!
What type of PR is this?
What problem(s) does this PR solve?
Issue(s) number:
#4936
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: