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

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


    from 6a67606b6e9 branch-4.0: [fix](faiss) fix faiss compile on noavx2 
enviroment #57642 (#57651)
     add 356fd550d16 [fix](function) str_to_date and from_iso8601_date return 
null instead of raise error (#57669)

No new revisions were added by this update.

Summary of changes:
 .../vec/functions/function_other_types_to_date.cpp |  58 +++----
 .../doris/catalog/BuiltinScalarFunctions.java      |   4 +
 .../functions/scalar/FromIso8601Date.java          |   4 +-
 .../expressions/functions/scalar/StrToDate.java    |   4 +-
 .../data/correctness/test_str_to_date.out          |  16 ++
 .../sql-functions/doc_date_functions_test.out      |  21 +++
 .../data/nereids_function_p0/scalar_function/S.out |  58 +++++++
 .../datetime_functions/test_date_function.out      |   1 +
 .../datetime_functions/test_date_function.out      |   6 +
 .../datetime_functions/test_from_iso8601_date.out  | 114 ++++++++++++++
 .../suites/correctness/test_str_to_date.groovy     |  40 ++---
 .../sql-manual/sql-functions/doc_date_error.groovy |  12 --
 .../sql-functions/doc_date_functions_test.groovy   |  29 ++--
 .../nereids_function_p0/scalar_function/S.groovy   |  20 +--
 .../datetime_functions/test_date_function.groovy   |  10 +-
 .../test_from_iso8601_date.groovy                  | 167 +++++++++------------
 16 files changed, 350 insertions(+), 214 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to