This is an automated email from the ASF dual-hosted git repository. starocean999 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 2ac6779a0fe [fix](nereids) fix merge project contains non foldable expression (#48321) add d4fca3909d7 [feat](nereids) simplify comparison for cast from smaller int type to bigger int type (#48240) No new revisions were added by this update. Summary of changes: .../rules/SimplifyComparisonPredicate.java | 58 ++++++++++++++++++++- .../trees/expressions/literal/DecimalLiteral.java | 2 +- .../expressions/literal/DecimalV3Literal.java | 2 +- .../trees/expressions/literal/DoubleLiteral.java | 2 +- .../trees/expressions/literal/FloatLiteral.java | 2 +- .../expressions/literal/IntegerLikeLiteral.java | 2 +- .../trees/expressions/literal/LargeIntLiteral.java | 2 +- .../trees/expressions/literal/NumericLiteral.java | 2 +- .../rules/SimplifyComparisonPredicateTest.java | 29 ++++++++++- .../push_down_filter_other_condition.out | Bin 8004 -> 7975 bytes .../filter_push_down/push_filter_through.out | Bin 10014 -> 10001 bytes .../extend_infer_equal_predicate.out | Bin 30505 -> 30317 bytes .../infer_predicate/infer_intersect_except.out | Bin 4350 -> 4358 bytes .../max_min_filter_push_down.out | Bin 5982 -> 5992 bytes .../tpcds_sf100/noStatsRfPrune/query66.out | Bin 4417 -> 4403 bytes .../tpcds_sf100/noStatsRfPrune/query84.out | Bin 2136 -> 2132 bytes .../tpcds_sf100/no_stats_shape/query66.out | Bin 4521 -> 4507 bytes .../tpcds_sf100/no_stats_shape/query84.out | Bin 2187 -> 2183 bytes .../shape_check/tpcds_sf100/rf_prune/query66.out | Bin 4441 -> 4427 bytes .../shape_check/tpcds_sf100/rf_prune/query84.out | Bin 2192 -> 2188 bytes .../data/shape_check/tpcds_sf100/shape/query66.out | Bin 4545 -> 4531 bytes .../data/shape_check/tpcds_sf100/shape/query84.out | Bin 2192 -> 2188 bytes .../data/shape_check/tpcds_sf1000/hint/query66.out | Bin 4541 -> 4527 bytes .../data/shape_check/tpcds_sf1000/hint/query84.out | Bin 2353 -> 2349 bytes .../shape_check/tpcds_sf1000/shape/query66.out | Bin 4541 -> 4527 bytes .../shape_check/tpcds_sf1000/shape/query84.out | Bin 2195 -> 2191 bytes .../shape_check/tpcds_sf10t_orc/shape/query84.out | Bin 2193 -> 2189 bytes 27 files changed, 91 insertions(+), 10 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org