[refactor](predicate) Refine column predicates on OLAP table#58582
Merged
Gabriel39 merged 12 commits intoapache:masterfrom Dec 9, 2025
Merged
[refactor](predicate) Refine column predicates on OLAP table#58582Gabriel39 merged 12 commits intoapache:masterfrom
Gabriel39 merged 12 commits intoapache:masterfrom
Conversation
Contributor
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
f89b74e to
db045ad
Compare
Contributor
Author
|
run buildall |
1 similar comment
Contributor
Author
|
run buildall |
TPC-H: Total hot run time: 35134 ms |
Contributor
Author
|
run buildall |
yiguolei
reviewed
Dec 3, 2025
be/src/olap/delete_handler.h
Outdated
Contributor
Author
There was a problem hiding this comment.
std::vector must have a non-const, non-volatile value_type
Contributor
There was a problem hiding this comment.
std::vector<std::shared_ptr> 我们应该是这个结构,感觉是可以的吧?
Contributor
Author
|
run buildall |
yiguolei
reviewed
Dec 3, 2025
TPC-H: Total hot run time: 35912 ms |
yiguolei
reviewed
Dec 4, 2025
yiguolei
reviewed
Dec 4, 2025
yiguolei
reviewed
Dec 4, 2025
yiguolei
reviewed
Dec 4, 2025
yiguolei
reviewed
Dec 4, 2025
yiguolei
reviewed
Dec 4, 2025
Contributor
Author
|
run buildall |
TPC-H: Total hot run time: 36922 ms |
TPC-DS: Total hot run time: 171944 ms |
Contributor
Author
|
run buildall |
TPC-DS: Total hot run time: 171095 ms |
ClickBench: Total hot run time: 27.71 s |
Contributor
Author
|
run buildall |
TPC-DS: Total hot run time: 0 ms |
yiguolei
previously approved these changes
Dec 8, 2025
Contributor
Author
|
run buildall |
zclllyybb
previously approved these changes
Dec 8, 2025
Contributor
|
PR approved by at least one committer and no changes requested. |
Contributor
|
PR approved by anyone and no changes requested. |
TPC-H: Total hot run time: 36232 ms |
TPC-DS: Total hot run time: 180953 ms |
ClickBench: Total hot run time: 27.21 s |
Contributor
Author
|
run buildall |
TPC-H: Total hot run time: 36329 ms |
TPC-DS: Total hot run time: 181928 ms |
ClickBench: Total hot run time: 27.3 s |
Contributor
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
yiguolei
approved these changes
Dec 8, 2025
Collaborator
|
skip buildall |
zclllyybb
approved these changes
Dec 9, 2025
jacktengg
reviewed
Dec 10, 2025
| return BloomFilterColumnPredicate<TYPE_IPV6>::create_shared(cid, filter_olap); | ||
| } | ||
| default: | ||
| return nullptr; |
Contributor
There was a problem hiding this comment.
Should also throw Exception here?
nagisa-kunhah
pushed a commit
to nagisa-kunhah/doris
that referenced
this pull request
Dec 14, 2025
Gabriel39
added a commit
to Gabriel39/incubator-doris
that referenced
this pull request
Jan 13, 2026
16 tasks
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.
What problem does this PR solve?
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)