This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 2ca753feb84 [fix](Nereids) fix cases unstable when using profile to check is nereids execution (#45384) add 475571b1520 [feat](nereids) simplify comparison predicate rule add check data type limit (#44732) No new revisions were added by this update. Summary of changes: .../rules/SimplifyComparisonPredicate.java | 184 +++++++++----- .../apache/doris/nereids/util/ExpressionUtils.java | 16 ++ .../doris/nereids/util/TypeCoercionUtils.java | 44 ++++ .../rules/SimplifyComparisonPredicateTest.java | 263 ++++++++++++++++++++- .../infer_predicate/pull_up_predicate_literal.out | 110 +-------- .../predicate_infer/infer_predicate.out | 10 +- .../predicate_infer/infer_predicate.groovy | 7 +- 7 files changed, 462 insertions(+), 172 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org