-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Feature] support event scheduler (part 1) #54260
Conversation
9ddad58
to
4eb5909
Compare
Signed-off-by: stdpain <[email protected]>
4e53bf9
to
edab262
Compare
Signed-off-by: stdpain <[email protected]>
edab262
to
cc8f32d
Compare
Signed-off-by: stdpain <[email protected]>
54a4fac
to
142ea2a
Compare
Signed-off-by: stdpain <[email protected]>
Signed-off-by: stdpain <[email protected]>
Signed-off-by: stdpain <[email protected]>
3c15229
to
8d6abcf
Compare
Signed-off-by: stdpain <[email protected]>
Signed-off-by: stdpain <[email protected]>
Signed-off-by: stdpain <[email protected]>
Signed-off-by: stdpain <[email protected]>
d6b4d28
to
2428618
Compare
Quality Gate passedIssues Measures |
[Java-Extensions Incremental Coverage Report]✅ pass : 0 / 0 (0%) |
[FE Incremental Coverage Report]✅ pass : 2 / 2 (100.00%) file detail
|
[BE Incremental Coverage Report]✅ pass : 156 / 169 (92.31%) file detail
|
@@ -174,6 +175,10 @@ class FragmentContext { | |||
// acquire runtime filter from cache | |||
void acquire_runtime_filters(); | |||
|
|||
bool enable_event_scheduler() const { return event_scheduler() != nullptr; } |
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.
nit: shall it be event_scheduler_enabled
? enable_event_scheduler
reads like to perform an action, turn on the event_scheduler, not query the on/off status.
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.
our session variables style is enable_xxx_feature
Signed-off-by: stdpain <[email protected]>
What I'm doing:
Adds tool class for event scheduler
link #54259
What type of PR is this:
Does this PR entail a change in behavior?
If yes, please specify the type of change:
Checklist:
Bugfix cherry-pick branch check: