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

[doris] branch master updated (65100d8083 -> 1b94b6368f)

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

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


    from 65100d8083 [improvement](profile)add max/min rpc time (#20339)
     add 1b94b6368f [fix](load) in strict mode, return error for insert if datatype convert fails (#20378)

No new revisions were added by this update.

Summary of changes:
 be/src/pipeline/pipeline_task.cpp                  |   4 +-
 be/src/runtime/runtime_state.h                     |   4 +
 be/src/vec/functions/function_cast.h               | 101 ++++++----
 .../org/apache/doris/analysis/BinaryPredicate.java |   4 -
 .../org/apache/doris/analysis/StringLiteral.java   |   9 +-
 .../java/org/apache/doris/qe/SessionVariable.java  |   2 +
 gensrc/thrift/PaloInternalService.thrift           |   2 +
 regression-test/data/insert_p0/insert_invalid.out  |  11 ++
 .../datetime_functions/test_date_function.out      |   6 +-
 .../datetime_functions/test_date_function.out      |   6 +-
 .../storage/test_dup_tab_date_nullable.groovy      |   2 +-
 .../suites/insert_p0/insert_invalid.groovy         | 215 +++++++++++++++++++++
 .../datetime_functions/test_date_function.groovy   |   6 +-
 .../datetime_functions/test_date_function.groovy   |   6 +-
 14 files changed, 314 insertions(+), 64 deletions(-)
 create mode 100644 regression-test/data/insert_p0/insert_invalid.out
 create mode 100644 regression-test/suites/insert_p0/insert_invalid.groovy


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