-
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
[BugFix] concurrently rewrite jit after prepare/open original expr in filter #41541
Conversation
Signed-off-by: Zhuhe Fang <fzhedu@gmail.com>
Signed-off-by: Zhuhe Fang <fzhedu@gmail.com>
Signed-off-by: Zhuhe Fang <fzhedu@gmail.com>
Signed-off-by: Zhuhe Fang <fzhedu@gmail.com>
[BE Incremental Coverage Report]❌ fail : 2 / 47 (04.26%) file detail
|
|
||
private: | ||
// TODO: use c++20 barrier after upgrading gcc | ||
class Barrier { |
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.
std::call_once is enough
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.
not really, if there are more than one expr, we can concurrently jit them, as jit may take tens of ms time.
Signed-off-by: Zhuhe Fang <fzhedu@gmail.com>
Signed-off-by: Zhuhe Fang <fzhedu@gmail.com>
[FE Incremental Coverage Report]✅ pass : 0 / 0 (0%) |
… filter (StarRocks#41541) Signed-off-by: Zhuhe Fang <fzhedu@gmail.com> Signed-off-by: Seaven <seaven_7@qq.com>
Why I'm doing:
What I'm doing:
Fixes https://github.com/StarRocks/StarRocksTest/issues/6261
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: