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

yiguolei pushed a change to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 65e277e3657 [refacotr](node) refactor partition sort node to improve 
readability (#30511)
     new fb0d712096b [fix](multi-catalog)access HMS need ugiDoAs (#30595)
     new 3315c163833 [enhance](function) refactor from_format_str and support 
more format (#30452)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 be/src/vec/functions/function.cpp                  |  11 +-
 be/src/vec/functions/function.h                    |  16 +-
 be/src/vec/functions/function_bitmap.cpp           |   2 +-
 be/src/vec/functions/nullif.cpp                    |   2 +-
 be/src/vec/runtime/vdatetime_value.cpp             | 278 +++++++++---------
 be/src/vec/runtime/vdatetime_value.h               |   2 +-
 be/test/vec/function/function_array_index_test.cpp |  14 +-
 be/test/vec/function/function_test_util.h          |  19 +-
 .../date-time-functions/date-format.md             |  10 +-
 .../date-time-functions/date-format.md             |   4 +-
 .../org/apache/doris/analysis/DateLiteral.java     | 311 +++++++++++----------
 .../datasource/hive/ThriftHMSCachedClient.java     |  81 +++---
 .../data/correctness/test_str_to_date.out          |  18 +-
 .../data/datatype_p0/date/test_invalid_date.out    |   7 -
 .../suites/correctness/test_str_to_date.groovy     |  14 +-
 .../datatype_p0/date/test_invalid_date.groovy      |  37 ---
 16 files changed, 420 insertions(+), 406 deletions(-)
 delete mode 100644 regression-test/data/datatype_p0/date/test_invalid_date.out
 delete mode 100644 
regression-test/suites/datatype_p0/date/test_invalid_date.groovy


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

Reply via email to