This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a change to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
from 79a610ec7f2 [revert](storage) storage medium of partition should not
inherit from table (#41192)
new 951f31e4a0e [fix](schema change) fix delete predicate incorrect
comparisons result with empty strings during schema change (#41064)
new 75d6ae6b1a0 [fix](nereids) prevent null pointer exception if datetime
value overflows (#39482)
The 2 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/delete_handler.cpp | 5 +-
be/src/olap/delete_handler.h | 3 +-
be/src/olap/tablet_reader.cpp | 5 +-
.../rules/SimplifyComparisonPredicate.java | 5 +-
.../functions/executable/TimeRoundSeries.java | 25 ++++++---
.../trees/expressions/literal/DateLiteral.java | 2 +-
.../test_schema_change_delete.out} | 0
.../datatype/test_datetime_overflow.groovy} | 43 +++++---------
.../test_schema_change_delete.groovy | 65 ++++++++++++++++++++++
9 files changed, 106 insertions(+), 47 deletions(-)
copy
regression-test/data/{correctness/test_constant_push_down_through_outer_join.out
=> schema_change_p0/test_schema_change_delete.out} (100%)
copy regression-test/suites/{nereids_syntax_p0/ddl/add_column.groovy =>
nereids_p0/datatype/test_datetime_overflow.groovy} (58%)
create mode 100644
regression-test/suites/schema_change_p0/test_schema_change_delete.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]