This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch auto-pick-48870-branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
from 63e8580520a branch-3.0: [chore](http) add HttpClient::execute debug
log #48595 (#48618)
add f3420a536de [Feature](function) support year of week (#48870)
No new revisions were added by this update.
Summary of changes:
be/src/vec/functions/date_time_transforms.h | 17 ++++++---
be/src/vec/functions/to_time_function.cpp | 10 ++----
be/src/vec/runtime/vdatetime_value.cpp | 26 ++++++++++++++
be/src/vec/runtime/vdatetime_value.h | 1 +
be/test/vec/function/function_time_test.cpp | 12 +++++++
.../doris/catalog/BuiltinScalarFunctions.java | 2 ++
.../doris/nereids/stats/ExpressionEstimation.java | 16 +++++++++
.../scalar/{Year.java => YearOfWeek.java} | 39 +++++++++++++--------
.../expressions/visitor/ScalarFunctionVisitor.java | 5 +++
.../datetime_functions/test_date_function.out | Bin 10292 -> 10699 bytes
.../datetime_functions/test_date_function.groovy | 24 +++++++++++++
11 files changed, 127 insertions(+), 25 deletions(-)
copy
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/scalar/{Year.java
=> YearOfWeek.java} (72%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]