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 976a9e0197 [imporve](bloomfilter) refactor runtime_filter_mgr with 
bloomfilter and fix bug in change_to_bloom_filter (#21783)
     new 5fc11db41d [fix](nereids)SimplifyComparisonPredicate rule need special 
care for deicmalv3 and datetimev2 literal (#21575)
     new fb4d4ee7b0 [fix](unique-key) fix query results show duplicate key for 
unique key table after upgrading (#21814)
     new edceca404c [Bug](CSVReader) fix null pointer coredump in CSVReader in 
p2 (#20811)

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/olap/rowset/beta_rowset_writer.cpp          |   5 +-
 be/src/vec/exec/format/csv/csv_reader.cpp          |   5 +-
 .../org/apache/doris/analysis/DecimalLiteral.java  |   8 --
 .../rules/SimplifyComparisonPredicate.java         | 122 +++++++++++++++++++++
 .../trees/expressions/literal/DateTimeLiteral.java |   2 +-
 .../expressions/literal/DateTimeV2Literal.java     |  40 +++++++
 .../expressions/literal/DecimalV3Literal.java      |  12 ++
 .../doris/nereids/util/TypeCoercionUtils.java      |   5 +-
 .../RoundLiteralInBinaryPredicatesRule.java        | 106 ++++++++++--------
 .../test_simplify_comparison.groovy                |  73 ++++++++++++
 10 files changed, 318 insertions(+), 60 deletions(-)
 create mode 100644 
regression-test/suites/nereids_syntax_p0/test_simplify_comparison.groovy


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

Reply via email to