[fix](column predicate)fix topn&bloom&bitmap filter convert to column predicate error.#60262
Merged
morningman merged 3 commits intoapache:masterfrom Jan 29, 2026
Merged
Conversation
Contributor
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
Contributor
Author
|
run buildall |
BiteTheDDDDt
previously approved these changes
Jan 27, 2026
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: 32843 ms |
ClickBench: Total hot run time: 28.39 s |
Contributor
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
Contributor
Author
|
run buildall |
TPC-H: Total hot run time: 31935 ms |
ClickBench: Total hot run time: 28.29 s |
Contributor
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
Contributor
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
1 similar comment
Contributor
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
zclllyybb
approved these changes
Jan 29, 2026
Contributor
|
PR approved by at least one committer and no changes requested. |
morningman
approved these changes
Jan 29, 2026
morningman
pushed a commit
that referenced
this pull request
Jan 29, 2026
… predicate error. (#60262) ### What problem does this PR solve? Problem Summary: 1. fix #60197 : Null pointer exceptions may occur when processing non-slot topn values. ``` *** Query id: 45488371394ee0-aac81c6593b2f02a *** *** is nereids: 1 *** *** tablet id: 0 *** *** Aborted at 1769444368 (unix time) try "date -d @1769444368" if you are using GNU date *** *** Current BE git commitID: a0eb8c0 *** *** SIGSEGV address not mapped to object (@0x18) received by PID 13103 (TID 13838 OR 0x7ff0423ee640) from PID 24; stack trace: *** 0# doris::signal::(anonymous namespace)::FailureSignalHandler(int, siginfo_t*, void*) at /home/zcp/repo_center/doris_branch-4.0/doris/be/src/common/signal_handler.h:420 1# PosixSignals::chained_handler(int, siginfo*, void*) [clone .part.0] in /usr/lib/jvm/java-17-openjdk-amd64/lib/server/libjvm.so 2# JVM_handle_linux_signal in /usr/lib/jvm/java-17-openjdk-amd64/lib/server/libjvm.so 3# 0x00007FF250EE5520 in /lib/x86_64-linux-gnu/libc.so.6 4# doris::vectorized::RuntimePredicate::update(doris::vectorized::Field const&) at /home/zcp/repo_center/doris_branch-4.0/doris/be/src/runtime/runtime_predicate.cpp:219 5# doris::pipeline::SortSinkOperatorX::sink(doris::RuntimeState*, doris::vectorized::Block*, bool) at /home/zcp/repo_center/doris_branch-4.0/doris/be/src/pipeline/exec/sort_sink_operator.cpp:152 6# doris::pipeline::PipelineTask::execute(bool*) at /home/zcp/repo_center/doris_branch-4.0/doris/be/src/pipeline/pipeline_task.cpp:598 ```` 2. fix : file scan node push down bloom_filter & bitmap_filter for min-max filter.
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?
Problem Summary:
Null pointer exceptions may occur when processing non-slot topn values.
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)