This is an automated email from the ASF dual-hosted git repository.
panxiaolei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from def0ed37f84 [improve](schema-change) support nested type with varchar
type to support length growing (#46639)
add 7b7a31d70fe [Bug](scan) do not ignore non-rf predicate which acting
same column with rf (#46789)
No new revisions were added by this update.
Summary of changes:
be/src/exprs/bloom_filter_func.h | 1 +
be/src/exprs/runtime_filter.cpp | 18 +-
be/src/olap/bloom_filter_predicate.h | 5 +-
be/src/olap/column_predicate.h | 3 +-
be/src/olap/in_list_predicate.h | 5 +-
be/src/pipeline/common/runtime_filter_consumer.cpp | 1 -
be/src/pipeline/common/runtime_filter_consumer.h | 1 -
be/src/pipeline/exec/scan_operator.cpp | 12 +-
.../data/nereids_p0/join/test_join_14.out | 750 +++++++++++++++++++++
.../join/test_ignore/test_ignore.out} | 4 +-
.../data/query_p0/join/test_left_join_with.out | 3 +
.../suites/nereids_p0/join/test_join_14.groovy | 18 +
.../query_p0/join/test_ignore/test_ignore.groovy | 52 ++
.../query_p0/join/test_left_join_with.groovy | 24 +-
14 files changed, 869 insertions(+), 28 deletions(-)
copy regression-test/data/{query_p1/str64_serialize/str64_serialize.out =>
query_p0/join/test_ignore/test_ignore.out} (87%)
create mode 100644
regression-test/suites/query_p0/join/test_ignore/test_ignore.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]