-
Notifications
You must be signed in to change notification settings - Fork 594
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
feat(streaming): support StreamValues
#8751
Conversation
Signed-off-by: Clearlove <yifei.c.wei@gmail.com>
Signed-off-by: Clearlove <yifei.c.wei@gmail.com>
|
Signed-off-by: Clearlove <yifei.c.wei@gmail.com>
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.
Generally LGTM. For the optimizer part @st1page PTAL. 🥰
Thanks for your insightful comments! I'll give a new version by the end of today😄 |
Signed-off-by: Clearlove <yifei.c.wei@gmail.com>
Signed-off-by: Clearlove <yifei.c.wei@gmail.com>
Signed-off-by: Clearlove <yifei.c.wei@gmail.com>
Signed-off-by: Clearlove <yifei.c.wei@gmail.com>
Signed-off-by: Clearlove <yifei.c.wei@gmail.com>
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.
LGTM 🚀
Signed-off-by: Clearlove yifei.c.wei@gmail.comI hereby agree to the terms of the RisingWave Labs, Inc. Contributor License Agreement.
What's changed and what's your intention?
support
values
in stream executionPlease explain IN DETAIL what the changes are in this PR and why they are needed:
support
values
in stream execution by introducingStreamValues
and corresponding stream executorSide Goal: refractorrow_id_gen
: createLogicalRowIdGen
node and createStreamRowIdGen
thru intermediateLogicalRowIdGen
.tracking: stream values executor #7857
streaming: support
StreamValues
#8635-->
Checklist For Contributors
- [ ] I have added fuzzing tests or opened an issue to track them. (Optional, recommended for new SQL features Sqlsmith: Sql feature generation #7934)../risedev check
(or alias,./risedev c
)Checklist For Reviewers
Documentation
Click here for Documentation
Types of user-facing changes
Please keep the types that apply to your changes, and remove the others.
Release note