This is an automated email from the ASF dual-hosted git repository. jianliangqi pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 783d4b8fbf1 [fix](inverted index)Make build index operation only affect base index (#36869) add 7deb82284c5 [tests](inverted index)Add and improve add/drop index cases (#36811) No new revisions were added by this update. Summary of changes: .../java/org/apache/doris/alter/AlterJobV2.java | 2 +- .../apache/doris/alter/SchemaChangeHandler.java | 1 + .../test_index_change_on_new_column.out | 4 ++ .../test_index_change_on_renamed_column.out} | 35 ++----------- ...st_index_change_with_cumulative_compaction.out} | 0 .../test_index_change_with_full_compaction.out} | 0 ...d_index_with_direct_schema_change_fault.groovy} | 35 +++++-------- ...ld_index_with_light_schema_change_fault.groovy} | 30 ++++-------- .../{ => index_change}/test_add_drop_index.groovy | 0 .../test_add_drop_index_ignore_case_column.groovy | 0 .../test_add_drop_index_repeatly.groovy} | 57 ++++++++-------------- .../test_add_drop_index_with_data.groovy | 0 .../test_add_drop_index_with_delete_data.groovy | 0 .../{ => index_change}/test_build_index.groovy | 0 .../test_build_index_with_clone_by_docker.groovy | 0 .../test_index_change_on_new_column.groovy | 8 ++- ... => test_index_change_on_renamed_column.groovy} | 37 +++++++++----- ...index_change_with_cumulative_compaction.groovy} | 6 +-- ... test_index_change_with_full_compaction.groovy} | 8 +-- 19 files changed, 89 insertions(+), 134 deletions(-) copy regression-test/data/{correctness_p0/test_partial_const_args_for_function.out => inverted_index_p0/index_change/test_index_change_on_renamed_column.out} (59%) rename regression-test/data/inverted_index_p0/index_change/{test_index_change_with_compaction.out => test_index_change_with_cumulative_compaction.out} (100%) copy regression-test/data/{compaction/test_compaction_dup_keys.out => inverted_index_p0/index_change/test_index_change_with_full_compaction.out} (100%) copy regression-test/suites/fault_injection_p0/{test_build_index_with_clone_fault.groovy => test_build_index_with_direct_schema_change_fault.groovy} (69%) copy regression-test/suites/fault_injection_p0/{test_build_index_with_clone_fault.groovy => test_build_index_with_light_schema_change_fault.groovy} (71%) rename regression-test/suites/inverted_index_p0/{ => index_change}/test_add_drop_index.groovy (100%) rename regression-test/suites/inverted_index_p0/{ => index_change}/test_add_drop_index_ignore_case_column.groovy (100%) copy regression-test/suites/{fault_injection_p0/test_build_index_with_clone_fault.groovy => inverted_index_p0/index_change/test_add_drop_index_repeatly.groovy} (60%) rename regression-test/suites/inverted_index_p0/{ => index_change}/test_add_drop_index_with_data.groovy (100%) rename regression-test/suites/inverted_index_p0/{ => index_change}/test_add_drop_index_with_delete_data.groovy (100%) rename regression-test/suites/inverted_index_p0/{ => index_change}/test_build_index.groovy (100%) rename regression-test/suites/inverted_index_p0/{ => index_change}/test_build_index_with_clone_by_docker.groovy (100%) copy regression-test/suites/inverted_index_p0/index_change/{test_index_change_on_new_column.groovy => test_index_change_on_renamed_column.groovy} (75%) copy regression-test/suites/inverted_index_p0/index_change/{test_index_change_with_compaction.groovy => test_index_change_with_cumulative_compaction.groovy} (98%) rename regression-test/suites/inverted_index_p0/index_change/{test_index_change_with_compaction.groovy => test_index_change_with_full_compaction.groovy} (98%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org