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

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


    from 0c2fa23d6ac [feat](storage) introduce backpressure algorithm to 
control version number (part II) (#57654)
     add 6f193832410 [improvement](error msg) prioritize retaining the error 
URL and first_error_msg when truncation occurs (#56759)

No new revisions were added by this update.

Summary of changes:
 .../insert/BaseExternalTableInsertExecutor.java    |  12 +-
 .../commands/insert/DictionaryInsertExecutor.java  |  13 +-
 .../trees/plans/commands/insert/InsertUtils.java   |  96 +++++++++
 .../insert/OlapGroupCommitInsertExecutor.java      |  13 +-
 .../plans/commands/insert/OlapInsertExecutor.java  |  12 +-
 .../plans/commands/insert/InsertUtilsTest.java     | 220 +++++++++++++++++++++
 .../fault_tolerance_nereids.groovy                 |   2 +-
 .../manual-partitioning.md.groovy                  |   5 +-
 .../insert_overwrite_auto_detect.groovy            |   6 +-
 .../test_iot_overwrite_and_create.groovy           |  10 +-
 .../insert_p0/test_error_msg_truncate.groovy       | 150 ++++++++++++++
 .../suites/insert_p0/test_insert_docs_demo.groovy  |   2 +-
 .../test_tvf_strict_mode_and_filter_ratio.groovy   |   2 +-
 .../test_auto_partition_behavior.groovy            |   2 +-
 .../test_list_partition_datatype.groovy            |   2 +-
 .../test_multi_column_partition.groovy             |   2 +-
 .../create/test_create_vault_with_kerberos.groovy  |   2 +-
 17 files changed, 514 insertions(+), 37 deletions(-)
 create mode 100644 
fe/fe-core/src/test/java/org/apache/doris/nereids/trees/plans/commands/insert/InsertUtilsTest.java
 create mode 100644 
regression-test/suites/insert_p0/test_error_msg_truncate.groovy


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

Reply via email to