This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from dcd6844ea5 [improvement](regression-test) add partial update with schema change case (#22213) add 8fb28ecc9e [test](partial-update) add some cases for partial-update (#22210) No new revisions were added by this update. Summary of changes: .../partial_update/basic_invalid.csv | 3 + .../partial_update/basic_with_new_keys.csv | 2 + .../basic_with_new_keys_and_invalid.csv | 2 + .../partial_update/test_partial_update.out | 24 ++++++ .../test_partial_update_strict_mode.out | 14 ++++ .../partial_update/upsert_invalid.csv | 3 + .../partial_update/upsert_missing_par_cols.csv | 2 + .../partial_update/test_partial_update.groovy | 81 +++++++++++++++++++ ....groovy => test_partial_update_parallel.groovy} | 80 ++++++++---------- .../test_partial_update_strict_mode.groovy | 94 +++++++++++++++++++++- 10 files changed, 258 insertions(+), 47 deletions(-) create mode 100644 regression-test/data/unique_with_mow_p0/partial_update/basic_invalid.csv create mode 100644 regression-test/data/unique_with_mow_p0/partial_update/basic_with_new_keys.csv create mode 100644 regression-test/data/unique_with_mow_p0/partial_update/basic_with_new_keys_and_invalid.csv create mode 100644 regression-test/data/unique_with_mow_p0/partial_update/upsert_invalid.csv create mode 100644 regression-test/data/unique_with_mow_p0/partial_update/upsert_missing_par_cols.csv copy regression-test/suites/unique_with_mow_p0/partial_update/{test_partial_update.groovy => test_partial_update_parallel.groovy} (57%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org