This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git
from be513e1062 [fix](multi catalog)Set column defualt value for query. (#15415) new e2a54f6408 [enhancement](session var) varariable to control whether to rewrite OR to IN or not (#15437) new e599532588 [Bug](Decimalv3) coredump of decimalv3 multiply (#15452) new 5ce523852a [chore](thirdparty) Support cleaning extracted data before building them (#15458) The 3 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/vec/core/decimal_comparison.h | 8 +-- be/src/vec/data_types/data_type_decimal.h | 60 ++++++---------------- be/src/vec/functions/function_binary_arithmetic.h | 7 ++- .../java/org/apache/doris/qe/SessionVariable.java | 14 +++++ .../doris/rewrite/ExtractCommonFactorsRule.java | 51 ++++++++++++++---- .../org/apache/doris/planner/QueryPlanTest.java | 17 ++++++ regression-test/data/decimalv3/test_decimalv3.out | 3 ++ .../data/performance_p0/redundant_conjuncts.out | 2 +- .../suites/decimalv3/test_decimalv3.groovy | 1 + .../performance_p0/redundant_conjuncts.groovy | 1 + thirdparty/build-thirdparty.sh | 14 ++++- 11 files changed, 116 insertions(+), 62 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org