This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch auto-pick-48870-branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 3b4be62a86f branch-2.1: Revert "[debug](do not merge) add routine load 
debug info (#48592)" (#48967)
     add a2c18c835de [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: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to