This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 8d7abf60f94 [Bug](materialized-view) SelectMaterializedIndexWithAggregate do not change plan when match ba… (#26145) add 0449a240f47 [Fix](from_unixtime) Keep consistent with MySQL & bug fix (#25966) No new revisions were added by this update. Summary of changes: be/src/vec/functions/date_time_transforms.h | 9 ++++++--- be/test/vec/function/function_time_test.cpp | 5 +++-- .../date-time-functions/from-unixtime.md | 6 ++++-- .../date-time-functions/from-unixtime.md | 8 +++++--- .../executable/DateTimeExtractAndTransform.java | 20 ++++++++++--------- .../expressions/functions/scalar/FromUnixtime.java | 8 ++++---- .../java/org/apache/doris/rewrite/FEFunctions.java | 10 ++++++---- .../doris/rewrite/RewriteFromUnixTimeRule.java | 4 ++-- .../nereids/rules/expression/FoldConstantTest.java | 5 +++-- gensrc/script/doris_builtins_functions.py | 6 +++--- .../test_from_millisecond_microsecond.out | 4 ++-- .../data/datatype_p0/date/test_from_unixtime.out | 23 ++++++++++++++++++++++ .../test_from_millisecond_microsecond.groovy | 8 ++++---- .../datatype_p0/date/test_from_unixtime.groovy | 20 +++++++++++++++++++ .../fold_constant/fold_constant_by_fe.groovy | 8 ++++++-- .../datetime_functions/test_date_function.groovy | 10 +++++----- .../datetime_functions/test_date_function.groovy | 10 +++++----- 17 files changed, 112 insertions(+), 52 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org