-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[Feature](topn) support general expr with topn filter and some refactor #35405
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
Conversation
update update update update update update update
This reverts commit 6c0992b.
update update update update update update update
|
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
|
run buildall |
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.
clang-tidy made some suggestions
| return cast_to_string<type, ValueType>(v.get_value(), v.get_scale()); | ||
| } | ||
|
|
||
| bool RuntimePredicate::_init(PrimitiveType type) { |
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.
warning: function '_init' exceeds recommended size/complexity thresholds [readability-function-size]
bool RuntimePredicate::_init(PrimitiveType type) {
^Additional context
be/src/runtime/runtime_predicate.cpp:111: 82 lines including whitespace and comments (threshold 80)
bool RuntimePredicate::_init(PrimitiveType type) {
^|
|
||
| #pragma once | ||
|
|
||
| #include <gen_cpp/types.pb.h> |
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.
warning: 'gen_cpp/types.pb.h' file not found [clang-diagnostic-error]
#include <gen_cpp/types.pb.h>
^|
TeamCity be ut coverage result: |
TPC-H: Total hot run time: 41148 ms |
TPC-DS: Total hot run time: 172205 ms |
ClickBench: Total hot run time: 30.98 s |
|
run buildall |
|
TeamCity be ut coverage result: |
TPC-H: Total hot run time: 41476 ms |
TPC-DS: Total hot run time: 172201 ms |
ClickBench: Total hot run time: 30.56 s |
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
…or (#35405) support general expr with topn filter and some refactor Co-authored-by: minghong <englefly@gmail.com>
…or (apache#35405) support general expr with topn filter and some refactor Co-authored-by: minghong <englefly@gmail.com>
Proposed changes
merge from #35064 and #34914
Further comments
If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...