This is an automated email from the ASF dual-hosted git repository.
kxiao pushed a change to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
from 3f66884079 [fix](Nereids) use Stopwatch to do timeout checker (#23383)
new 27c72b8b6b [improvement](transaction) make commit txn fail hint more
understandable (#23227)
new 7af8619edb [fix](tablet clone) fix partition rebalance apply move
exception (#23222)
new ba396d755f [fix](common) implement the move assignment operator for
Status (#23372)
new 1acdf55873 [FIX](array-func) fix array index func with decimal (#23399)
new c749bc93af [fix](nereids) remove useless cast in in-predicate (#23171)
The 5 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/status.h | 10 ++-
.../apache/doris/analysis/FunctionCallExpr.java | 17 ++++-
.../clone/TwoDimensionalGreedyRebalanceAlgo.java | 9 ++-
.../rules/expression/ExpressionOptimization.java | 2 +
.../expression/rules/SimplifyInPredicate.java | 78 ++++++++++++++++++++++
.../org/apache/doris/planner/OlapTableSink.java | 3 +-
.../doris/transaction/DatabaseTransactionMgr.java | 61 ++++++++++++++++-
.../transaction/TabletQuorumFailedException.java | 23 +------
.../expression/ExpressionRewriteTestHelper.java | 7 +-
.../rules/expression/SimplifyInPredicateTest.java | 53 +++++++++++++++
.../nereids_tpcds_shape_sf100_p0/shape/query83.out | 6 +-
.../array_functions/test_array_functions.out | 25 +++++++
.../test_simplify_in_predicate.groovy} | 39 +++++------
.../array_functions/test_array_functions.groovy | 37 ++++++++++
14 files changed, 311 insertions(+), 59 deletions(-)
create mode 100644
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rules/SimplifyInPredicate.java
create mode 100644
fe/fe-core/src/test/java/org/apache/doris/nereids/rules/expression/SimplifyInPredicateTest.java
copy regression-test/suites/{correctness_p0/test_function_conjunct.groovy =>
nereids_syntax_p0/test_simplify_in_predicate.groovy} (56%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]