Uh oh!
There was an error while loading. Please reload this page.
[fix](scanner) coredump caused by 'prune_predicates_by_zone_map' - #25555
Conversation
mrhhsg
commented
Oct 18, 2023
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Oct 18, 2023
TeamCity be ut coverage result: |
doris-robot
commented
Oct 18, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
9b1752c to
0b67e0fComparemrhhsg
commented
Oct 18, 2023
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Oct 18, 2023
TeamCity be ut coverage result: |
doris-robot
commented
Oct 18, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
…he segment (#25582) * [improvement](scanner) Remove the predicate that is always true for the segment (#25366) (#25427) By utilizing the zonemap index of the segment, we can ascertain if a predicate is always true. For example, if the segment’s maximum value is 100 and the predicate is col < 101, then this predicate is always true for this segment. * [fix](scanner) coredump caused by 'prune_predicates_by_zone_map' (#25555)
Proposed changes
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...