This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from ad96ec32be8 [fix](thirdparty)Fix uuid_string_t compilation issue with newer XCode SDKs on macOS (#49654) add 02f18100df0 [feature](cast) support time cast to date/datetime (#49483) No new revisions were added by this update. Summary of changes: be/src/vec/core/call_on_type_index.h | 3 + be/src/vec/functions/function_cast.h | 74 +++++++---- be/src/vec/runtime/time_value.h | 10 ++ be/src/vec/runtime/vdatetime_value.h | 15 +++ be/test/runtime/time_value_test.cpp | 50 ++++++++ .../function/function_time_cast_to_date_test.cpp | 137 +++++++++++++++++++++ .../org/apache/doris/catalog/PrimitiveType.java | 10 +- .../correctness/test_cast_time_to_datetime.groovy | 19 +-- 8 files changed, 278 insertions(+), 40 deletions(-) create mode 100644 be/test/runtime/time_value_test.cpp create mode 100644 be/test/vec/function/function_time_cast_to_date_test.cpp copy be/src/cloud/injection_point_action.h => regression-test/suites/correctness/test_cast_time_to_datetime.groovy (67%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org