You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by ga...@apache.org on 2023/01/29 06:26:14 UTC

[doris] branch master updated (3235b636cc -> eb7da1c0ee)

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

gabriellee pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 3235b636cc [refactor](remove unused code) remove thread pool manager (#16179)
     add eb7da1c0ee [fix](datatype) fix some bugs about data type array datetimev2 and decimalv3 (#16132)

No new revisions were added by this update.

Summary of changes:
 be/src/vec/sink/vmysql_result_writer.cpp           | 35 ++++++----
 be/src/vec/sink/vmysql_result_writer.h             |  2 +-
 .../org/apache/doris/analysis/DateLiteral.java     |  3 +-
 .../apache/doris/analysis/FunctionCallExpr.java    | 43 +++++++++++-
 .../doris/rewrite/RewriteDateLiteralRuleTest.java  |  4 +-
 .../test_compaction_uniq_keys_row_store.out        | 32 ++++-----
 .../array_functions/test_array_functions.out       |  8 +--
 .../array_functions/test_array_with_scale_type.out | 80 ++++++++++++++++++++++
 .../cast_function/test_cast_with_scale_type.out    | 16 +++++
 .../test_compaction_uniq_keys_row_store.groovy     |  1 -
 .../array_functions/test_array_functions.groovy    |  5 +-
 .../test_array_with_scale_type.groovy              | 72 +++++++++++++++++++
 .../cast_function/test_cast_with_scale_type.groovy | 49 +++++++++++++
 13 files changed, 307 insertions(+), 43 deletions(-)
 create mode 100644 regression-test/data/query_p0/sql_functions/array_functions/test_array_with_scale_type.out
 create mode 100644 regression-test/data/query_p0/sql_functions/cast_function/test_cast_with_scale_type.out
 create mode 100644 regression-test/suites/query_p0/sql_functions/array_functions/test_array_with_scale_type.groovy
 create mode 100644 regression-test/suites/query_p0/sql_functions/cast_function/test_cast_with_scale_type.groovy


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org