-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Feature] support event scheduler (part 1) #54260
Conversation
9ddad58
to
4eb5909
Compare
Signed-off-by: stdpain <drfeng08@gmail.com>
4e53bf9
to
edab262
Compare
Signed-off-by: stdpain <drfeng08@gmail.com>
edab262
to
cc8f32d
Compare
54a4fac
to
142ea2a
Compare
Signed-off-by: stdpain <drfeng08@gmail.com>
Signed-off-by: stdpain <drfeng08@gmail.com>
3c15229
to
8d6abcf
Compare
Signed-off-by: stdpain <drfeng08@gmail.com>
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 <drfeng08@gmail.com>
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: