feat(stream): implement framework of now executor#6677
Closed
soundOfDestiny wants to merge 2 commits intomainfrom
Closed
feat(stream): implement framework of now executor#6677soundOfDestiny wants to merge 2 commits intomainfrom
soundOfDestiny wants to merge 2 commits intomainfrom
Conversation
3 tasks
Codecov Report
@@ Coverage Diff @@
## main #6677 +/- ##
==========================================
- Coverage 74.07% 73.98% -0.10%
==========================================
Files 989 995 +6
Lines 161850 162137 +287
==========================================
+ Hits 119888 119950 +62
- Misses 41962 42187 +225
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I hereby agree to the terms of the Singularity Data, Inc. Contributor License Agreement.
What's changed and what's your intention?
This is framework of
Nowexecutor.Here defines interface of
Nowexecutor and builder.Frontend part, backend part and barrier part of now executor will be based on this.
Checklist
./risedev check(or alias,./risedev c)Documentation
If your pull request contains user-facing changes, please specify the types of the changes, and create a release note. Otherwise, please feel free to remove this section.
Types of user-facing changes
Please keep the types that apply to your changes, and remove those that do not apply.
Release note
Please create a release note for your changes. In the release note, focus on the impact on users, and mention the environment or conditions where the impact may occur.
Refer to a related PR or issue link (optional)
#6408