This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a change to branch branch-1.2-lts
in repository https://gitbox.apache.org/repos/asf/doris.git


    from b28d2d6e84 [cherrypick](memory) Add special counter for memtracker and 
fix thread create and destroy track (#17515)
     new 06ca097f49 [Fix](vectorization) fixed that when a column's 
_fixed_values exceeds the max_pushdown_conditions_per_column limit, the column 
will not perform predicate pushdown, but if there are subsequent columns that 
need to be pushed down, the subsequent column pushdown will be misplaced in 
_scan_keys and it causes query results to be wrong (#17405)
     new 4614c2c5ac [chore](config) Increase the default maximum depth limit 
for expressions (#17418)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 be/src/common/config.h                             |  2 +-
 be/src/vec/exec/scan/new_olap_scan_node.cpp        |  6 +++
 ..._exceed_max_pushdown_conditions_per_column.out} |  4 +-
 ...xceed_max_pushdown_conditions_per_column.groovy | 58 ++++++++++++++++++++++
 4 files changed, 67 insertions(+), 3 deletions(-)
 copy regression-test/data/{correctness_p0/test_outer_join_with_null_value.out 
=> correctness/test_exceed_max_pushdown_conditions_per_column.out} (94%)
 create mode 100644 
regression-test/suites/correctness/test_exceed_max_pushdown_conditions_per_column.groovy


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to