This is an automated email from the ASF dual-hosted git repository.
zclll pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 61579a8ac6d [fix](perf) export DISABLE_BUILD_AZURE=ON (#55012)
add 6069df602a6 [Enhancement](function) Relax the upper bound of
unix_timestamp and from_unixtime (#53742)
No new revisions were added by this update.
Summary of changes:
be/src/vec/columns/column_decimal.h | 2 +-
be/src/vec/exprs/vectorized_fn_call.cpp | 4 +-
be/src/vec/functions/date_format_type.h | 72 +++++++----
be/src/vec/functions/date_time_transforms.h | 141 +++++++++++++++++----
be/src/vec/functions/function.h | 1 +
.../function_datetime_string_to_string.cpp | 20 ++-
.../functions/function_datetime_string_to_string.h | 76 ++++++++---
be/src/vec/functions/function_timestamp.cpp | 110 ++++++++++++----
be/src/vec/functions/simple_function_factory.h | 5 +
be/test/vec/function/function_time_test.cpp | 47 ++++---
...MTMVRelatedPartitionDescSyncLimitGenerator.java | 3 +-
.../main/java/org/apache/doris/mtmv/MTMVUtil.java | 9 +-
.../expression/rules/FoldConstantRuleOnBE.java | 1 +
.../functions/executable/DateTimeAcquire.java | 3 +-
.../executable/DateTimeExtractAndTransform.java | 64 +++++++---
.../expressions/functions/scalar/FromUnixtime.java | 26 +++-
.../functions/scalar/UnixTimestamp.java | 28 ++--
.../trees/expressions/literal/DateTimeLiteral.java | 2 +-
.../java/org/apache/doris/qe/SessionVariable.java | 1 +
.../java/org/apache/doris/mtmv/MTMVUtilTest.java | 3 +
.../nereids/rules/expression/FoldConstantTest.java | 4 +-
gensrc/thrift/PaloInternalService.thrift | 1 +
.../test_from_millisecond_microsecond.out | Bin 4925 -> 5001 bytes
.../data/datatype_p0/date/test_from_unixtime.out | Bin 348 -> 681 bytes
.../fold_constant/fold_constant_by_fe.out | Bin 12790 -> 12965 bytes
.../datetime_functions/test_date_function.out | Bin 10387 -> 10409 bytes
.../eliminate_constant_gby_key.out | Bin 3009 -> 3226 bytes
...e_grace_big.out => union_rewrite_grace_big.out} | Bin
.../datetime_functions/test_date_function.out | Bin 10774 -> 10840 bytes
.../datatype_p0/date/test_from_unixtime.groovy | 16 +++
.../datetime_functions/test_date_function.groovy | 4 +-
...e_big.groovy => union_rewrite_grace_big.groovy} | 0
.../test_add_sub_diff_ceil_floor.groovy | 6 +-
.../rollup_p0/test_create_mv_and_mtmv.groovy | 8 +-
34 files changed, 483 insertions(+), 174 deletions(-)
rename
regression-test/data/nereids_rules_p0/mv/union_rewrite_grace_big/{unioin_rewrite_grace_big.out
=> union_rewrite_grace_big.out} (100%)
rename
regression-test/suites/nereids_rules_p0/mv/union_rewrite_grace_big/{unioin_rewrite_grace_big.groovy
=> union_rewrite_grace_big.groovy} (100%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]