-
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 issue1527(pruning properties) #5106
Conversation
| id | name | dependencies | operator info | | ||
| 7 | Aggregate | 6 | | | ||
| 6 | Project | 5 | | | ||
| 5 | AppendVertices | 4 | { "props": "[{\"props\":[\"_tag\"],\"tagId\": 3}, {\"props\":[\"_tag\"],\"tagId\": 4}, {\"props\":[\"_tag\"],\"tagId\": 5}]" } | |
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.
better to remove the tagId field in plan since it depends on runtime context.
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.
ok
@@ -1,6 +1,7 @@ | |||
# Copyright (c) 2021 vesoft inc. All rights reserved. | |||
# | |||
# This source code is licensed under Apache 2.0 License. | |||
@jmq |
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.
cleanup
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.
done
21615fe
to
e0b11d2
Compare
e0b11d2
to
c14f816
Compare
c14f816
to
b2b032b
Compare
b2b032b
to
11dae72
Compare
What type of PR is this?
What problem(s) does this PR solve?
Issue(s) number:
close #4954
close https://github.com/vesoft-inc/nebula-ent/issues/1959
close https://github.com/vesoft-inc/nebula-ent/issues/1527
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: