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

morningman pushed a change to branch auto-pick-46872-branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git


 discard e33803a0f00 Merge branch 'branch-2.1' into auto-pick-46872-branch-2.1
 discard fb21e4f1fe2 [Fix](job)Fix for Duplicate Scheduling of Tasks (#46872)
     add a12f4d7a092  [fix](pipelineX) bp #46493 and add some regresstion tests 
(#46865)
     add f4515727d31 branch-2.1: [fix](session var) add need forward for 
disable_inverted_index_v1_for_variant #46845 (#46869)
     add 989f1894869 [test](join) Fuzzy disable runtime filters in BE  #45654 
(#46931)
     add 58415c3591e [Chore](case) add test case for cityhash #46928 (#46957)
     add a8995b883f4 [regression-test](case) mv tpcds 100 to nonConccurrent 
(#46936)
     add b1a2846b784  [Chore](schema-change) return error when tablet_schema 
get null function #46790  (#46962)
     add c60627250de branch-2.1: [Fix](schema change) Fix NPE when rename 
column on table which has sequence type column #46906 (#46942)
     add 465c1870003 [case](mtmv)wait task finish before select (#38553) 
(#46944)
     add aad4ad9ae35 branch-2.1: [Fix](regression) Fix flaky test 
test_partial_update_compaction_with_higher_version #46916 (#46940)
     add 385589c92b1 [fix](regression)Fix unstable compaction related cases 
(#46920) (#47003)
     add 14c822716ab branch-2.1: [fix](export) fix error in show export outfile 
info column #46850 (#46954)
     add 664bbeb10c8 [fix](data stream) Fix dead loop in VDataStreamMgr's 
de-constructor (… (#47000)
     add c6ffa1f4eb2 [Fix](PreparedStatement) fix incorrect query result with 
prepared statment (#47012)
     add 05e0bff1373 [Bug](scan) do not ignore non-rf predicate which acting 
same column with rf #46789  (#47015)
     add a85b5eb9d04 [Bug](runtime-filter) fix bloom_filter_func use after free 
on get_build_bf_cardinality #47034  (#47050)
     add ce98073a1b4 branch-2.1: [opt](regression-test) Adjust the stream load 
timeout check of the regression framework #47037 (#47049)
     add 70079feaa87 branch-2.1: [Bug](mtmv) update mapping relation when mtmv 
occur alter #46983 (#47063)
     add 48465688ac3 [fix](regression)Tpcds q24_1 missing join condition  
(#47085)
     add 29bcb249eb2 [Branch-2.1](regression-test) fix unstable connection 
reset lead to case failure (#47073)
     add 171251cf42a branch-2.1: [test](mtmv) Modify wrong test method and add 
some log in debug mode test case #46907 (#47091)
     add 9decc111e07 [regression-test](fix) fix workload_manager_p0 case bug 
(#47100)
     add adc9e9a1613 [fix](function) Fix undefined behavior caused by 
bit_shift_left exceeding the 64-bit range. (#47080)
     add 4bd55b2f8b8 branch-2.1: [Opt](external-docker) Modify kerberos network 
mode to host #47043 (#47095)
     add 3504ddb2ec5 [fix](test) fix unstable test cases (#47051) (#47120)
     add aaf90168321 branch-2.1: [regression-test](fix) fix backup and restore 
case #47058 (#47107)
     add 4139764befa branch-2.1: [fix](test) eager agg test use be num as 1 for 
stable shape #46558 (#47099)
     add f1587616eb4 [Fix](job)Fix for Duplicate Scheduling of Tasks (#46872)

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (e33803a0f00)
            \
             N -- N -- N   refs/heads/auto-pick-46872-branch-2.1 (f1587616eb4)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 be/src/exprs/bloom_filter_func.h                   |   1 +
 be/src/exprs/runtime_filter.cpp                    |  84 ++-
 be/src/exprs/runtime_filter.h                      |   3 +
 be/src/exprs/runtime_filter_slots.h                |  27 +-
 be/src/olap/bloom_filter_predicate.h               |   5 +-
 be/src/olap/column_predicate.h                     |   3 +-
 be/src/olap/in_list_predicate.h                    |   5 +-
 be/src/olap/schema_change.cpp                      |   6 +
 be/src/pipeline/exec/hashjoin_build_sink.cpp       |  51 +-
 be/src/pipeline/exec/hashjoin_build_sink.h         |   4 +
 .../exec/nested_loop_join_probe_operator.cpp       |   2 +-
 be/src/pipeline/exec/scan_operator.cpp             |  12 +-
 be/src/runtime/runtime_filter_mgr.cpp              |   4 +-
 be/src/runtime/runtime_state.h                     |   5 +
 be/src/util/mysql_row_buffer.cpp                   |   1 +
 be/src/vec/exec/join/vhash_join_node.h             |   2 +-
 be/src/vec/exec/runtime_filter_consumer.cpp        |   1 -
 be/src/vec/exec/runtime_filter_consumer.h          |   1 -
 be/src/vec/exec/scan/vscan_node.cpp                |   5 -
 be/src/vec/exprs/vexpr.h                           |   5 +
 be/src/vec/exprs/vruntimefilter_wrapper.h          |   2 +
 be/src/vec/functions/function_bit_shift.cpp        |  16 +-
 be/src/vec/runtime/shared_hash_table_controller.h  |   1 +
 be/src/vec/runtime/vdata_stream_mgr.cpp            |   1 +
 be/test/util/crccity_test.cpp                      | 233 +++++++
 .../update-location.sh => common/event-hook.sh}    |  14 +-
 .../docker-compose/common/hive-configure.sh        |  50 ++
 .../kerberos/common/conf/doris-krb5.conf           |  19 +-
 .../kerberos/common/hadoop/hadoop-run.sh           |   2 +
 .../kerberos/conf/kerberos1/kdc.conf.tpl           |  50 ++
 .../kerberos1/krb5.conf.tpl}                       |  27 +-
 .../kerberos2/kdc.conf.tpl}                        |  23 +-
 .../health.sh => conf/kerberos2/krb5.conf.tpl}     |  30 +-
 .../hadoop-health-check.sh => conf/my.cnf.tpl}     |  36 +-
 .../kerberos/entrypoint-hive-master-2.sh           |  50 --
 .../kerberos/entrypoint-hive-master.sh             |  46 +-
 .../docker-compose/kerberos/hadoop-hive.env.tpl    |  65 ++
 .../kerberos/health-checks/health.sh               |   1 -
 .../kerberos/health-checks/hive-health-check-2.sh  |   2 +-
 .../kerberos/health-checks/hive-health-check.sh    |   2 +-
 ...doop-health-check.sh => supervisorctl-check.sh} |   0
 .../docker-compose/kerberos/kerberos.yaml.tpl      |  69 +-
 .../docker-compose/kerberos/kerberos1_settings.env |  47 ++
 ...ntial_cache_files.sh => kerberos2_settings.env} |  40 +-
 docker/thirdparties/run-thirdparties-docker.sh     |  24 +-
 .../main/java/org/apache/doris/alter/Alter.java    |   4 +
 .../main/java/org/apache/doris/catalog/Env.java    |   3 +-
 .../org/apache/doris/load/ExportTaskExecutor.java  |   2 +-
 .../org/apache/doris/mtmv/MTMVRelationManager.java |   4 +
 .../nereids/trees/expressions/Placeholder.java     |  10 +
 .../java/org/apache/doris/qe/SessionVariable.java  |  14 +-
 .../apache/doris/load/ExportOutfileInfoTest.java   |  84 +++
 .../java/org/apache/doris/mtmv/AlterMTMVTest.java  |  79 +++
 .../apache/doris/utframe/TestWithFeService.java    |  19 +
 gensrc/proto/internal_service.proto                |   6 +
 gensrc/thrift/PaloInternalService.thrift           |   2 +
 .../data/correctness_p0/test_bit_shift_lagency.out |   8 +-
 .../data/correctness_p0/test_bit_shift_nereids.out |   8 +-
 .../data/nereids_p0/join/test_join_14.out          | 750 +++++++++++++++++++++
 .../mv/external_table/part_partition_invalid.out   |   8 +
 .../data/point_query_p0/test_point_query.out       |  12 +-
 .../data/prepared_stmt_p0/prepared_stmt.out        |  30 +
 .../test_ignore.out}                               |   7 +-
 .../data/query_p0/join/test_left_join_with.out     |   3 +
 ...test_nestedloop_outer_join_with_old_planner.out |  33 +
 .../sql/q01.out                                    |   0
 .../sql/q02.out                                    |   0
 .../sql/q03.out                                    |   0
 .../sql/q04.out                                    |   0
 .../sql/q05.out                                    |   0
 .../sql/q06.out                                    |   0
 .../sql/q07.out                                    |   0
 .../sql/q08.out                                    |   0
 .../sql/q09.out                                    |   0
 .../sql/q10.out                                    |   0
 .../sql/q11.out                                    |   0
 .../sql/q12.out                                    |   0
 .../sql/q13.out                                    |   0
 .../sql/q14_1.out                                  |   0
 .../sql/q14_2.out                                  |   0
 .../sql/q15.out                                    |   0
 .../sql/q16.out                                    |   0
 .../sql/q17.out                                    |   0
 .../sql/q18.out                                    |   0
 .../sql/q19.out                                    |   0
 .../sql/q20.out                                    |   0
 .../sql/q21.out                                    |   0
 .../sql/q22.out                                    |   0
 .../sql/q23_1.out                                  |   0
 .../sql/q23_2.out                                  |   0
 .../sql/q24_1.out                                  |   0
 .../sql/q24_2.out                                  |   0
 .../sql/q25.out                                    |   0
 .../sql/q26.out                                    |   0
 .../sql/q27.out                                    |   0
 .../sql/q28.out                                    |   0
 .../sql/q29.out                                    |   0
 .../sql/q30.out                                    |   0
 .../sql/q31.out                                    |   0
 .../sql/q32.out                                    |   0
 .../sql/q33.out                                    |   0
 .../sql/q34.out                                    |   0
 .../sql/q35.out                                    |   0
 .../sql/q36.out                                    |   0
 .../sql/q37.out                                    |   0
 .../sql/q38.out                                    |   0
 .../sql/q39_1.out                                  |   0
 .../sql/q39_2.out                                  |   0
 .../sql/q40.out                                    |   0
 .../sql/q41.out                                    |   0
 .../sql/q42.out                                    |   0
 .../sql/q43.out                                    |   0
 .../sql/q44.out                                    |   0
 .../sql/q45.out                                    |   0
 .../sql/q46.out                                    |   0
 .../sql/q47.out                                    |   0
 .../sql/q48.out                                    |   0
 .../sql/q49.out                                    |   0
 .../sql/q49_rewrite.out                            |   0
 .../sql/q50.out                                    |   0
 .../sql/q51.out                                    |   0
 .../sql/q52.out                                    |   0
 .../sql/q53.out                                    |   0
 .../sql/q54.out                                    |   0
 .../sql/q55.out                                    |   0
 .../sql/q56.out                                    |   0
 .../sql/q57.out                                    |   0
 .../sql/q58.out                                    |   0
 .../sql/q59.out                                    |   0
 .../sql/q60.out                                    |   0
 .../sql/q61.out                                    |   0
 .../sql/q62.out                                    |   0
 .../sql/q63.out                                    |   0
 .../sql/q64.out                                    |   0
 .../sql/q65.out                                    |   0
 .../sql/q66.out                                    |   0
 .../sql/q67_ignore_temporarily.out                 |   0
 .../sql/q68.out                                    |   0
 .../sql/q69.out                                    |   0
 .../sql/q70.out                                    |   0
 .../sql/q71.out                                    |   0
 .../sql/q72.out                                    |   0
 .../sql/q73.out                                    |   0
 .../sql/q74.out                                    |   0
 .../sql/q75.out                                    |   0
 .../sql/q76.out                                    |   0
 .../sql/q77.out                                    |   0
 .../sql/q78.out                                    |   0
 .../sql/q79.out                                    |   0
 .../sql/q80.out                                    |   0
 .../sql/q81.out                                    |   0
 .../sql/q82.out                                    |   0
 .../sql/q83.out                                    |   0
 .../sql/q84.out                                    |   0
 .../sql/q85.out                                    |   0
 .../sql/q86.out                                    |   0
 .../sql/q87.out                                    |   0
 .../sql/q88.out                                    |   0
 .../sql/q89.out                                    |   0
 .../sql/q90.out                                    |   0
 .../sql/q91.out                                    |   0
 .../sql/q92.out                                    |   0
 .../sql/q93.out                                    |   0
 .../sql/q94.out                                    |   0
 .../sql/q95.out                                    |   0
 .../sql/q96.out                                    |   0
 .../sql/q97.out                                    |   0
 .../sql/q98.out                                    |   0
 .../sql/q99.out                                    |   0
 .../sql/q01.out                                    |   0
 .../sql/q02.out                                    |   0
 .../sql/q03.out                                    |   0
 .../sql/q04.out                                    |   0
 .../sql/q05.out                                    |   0
 .../sql/q06.out                                    |   0
 .../sql/q07.out                                    |   0
 .../sql/q08.out                                    |   0
 .../sql/q09.out                                    |   0
 .../sql/q10.out                                    |   0
 .../sql/q11.out                                    |   0
 .../sql/q12.out                                    |   0
 .../sql/q13.out                                    |   0
 .../sql/q14_1.out                                  |   0
 .../sql/q14_2.out                                  |   0
 .../sql/q15.out                                    |   0
 .../sql/q16.out                                    |   0
 .../sql/q17.out                                    |   0
 .../sql/q18.out                                    |   0
 .../sql/q19.out                                    |   0
 .../sql/q20.out                                    |   0
 .../sql/q21.out                                    |   0
 .../sql/q22.out                                    |   0
 .../sql/q23_1.out                                  |   0
 .../sql/q23_2.out                                  |   0
 .../sql/q24_1.out                                  |   0
 .../sql/q24_2.out                                  |   0
 .../sql/q25.out                                    |   0
 .../sql/q26.out                                    |   0
 .../sql/q27.out                                    |   0
 .../sql/q28.out                                    |   0
 .../sql/q29.out                                    |   0
 .../sql/q30.out                                    |   0
 .../sql/q31.out                                    |   0
 .../sql/q32.out                                    |   0
 .../sql/q33.out                                    |   0
 .../sql/q34.out                                    |   0
 .../sql/q35.out                                    |   0
 .../sql/q36.out                                    |   0
 .../sql/q37.out                                    |   0
 .../sql/q38.out                                    |   0
 .../sql/q39_1.out                                  |   0
 .../sql/q39_2.out                                  |   0
 .../sql/q40.out                                    |   0
 .../sql/q41.out                                    |   0
 .../sql/q42.out                                    |   0
 .../sql/q43.out                                    |   0
 .../sql/q44.out                                    |   0
 .../sql/q45.out                                    |   0
 .../sql/q46.out                                    |   0
 .../sql/q47.out                                    |   0
 .../sql/q48.out                                    |   0
 .../sql/q49.out                                    |   0
 .../sql/q49_rewrite.out                            |   0
 .../sql/q50.out                                    |   0
 .../sql/q51.out                                    |   0
 .../sql/q52.out                                    |   0
 .../sql/q53.out                                    |   0
 .../sql/q54.out                                    |   0
 .../sql/q55.out                                    |   0
 .../sql/q56.out                                    |   0
 .../sql/q57.out                                    |   0
 .../sql/q58.out                                    |   0
 .../sql/q59.out                                    |   0
 .../sql/q60.out                                    |   0
 .../sql/q61.out                                    |   0
 .../sql/q62.out                                    |   0
 .../sql/q63.out                                    |   0
 .../sql/q64.out                                    |   0
 .../sql/q65.out                                    |   0
 .../sql/q66.out                                    |   0
 .../sql/q67_ignore_temporarily.out                 |   0
 .../sql/q68.out                                    |   0
 .../sql/q69.out                                    |   0
 .../sql/q70.out                                    |   0
 .../sql/q71.out                                    |   0
 .../sql/q72.out                                    |   0
 .../sql/q73.out                                    |   0
 .../sql/q74.out                                    |   0
 .../sql/q75.out                                    |   0
 .../sql/q76.out                                    |   0
 .../sql/q77.out                                    |   0
 .../sql/q78.out                                    |   0
 .../sql/q79.out                                    |   0
 .../sql/q80.out                                    |   0
 .../sql/q81.out                                    |   0
 .../sql/q82.out                                    |   0
 .../sql/q83.out                                    |   0
 .../sql/q84.out                                    |   0
 .../sql/q85.out                                    |   0
 .../sql/q86.out                                    |   0
 .../sql/q87.out                                    |   0
 .../sql/q88.out                                    |   0
 .../sql/q89.out                                    |   0
 .../sql/q90.out                                    |   0
 .../sql/q91.out                                    |   0
 .../sql/q92.out                                    |   0
 .../sql/q93.out                                    |   0
 .../sql/q94.out                                    |   0
 .../sql/q95.out                                    |   0
 .../sql/q96.out                                    |   0
 .../sql/q97.out                                    |   0
 .../sql/q98.out                                    |   0
 .../sql/q99.out                                    |   0
 .../test_seq_type_rename_col.out}                  |  17 +-
 .../regression/action/StreamLoadAction.groovy      |   8 +-
 regression-test/plugins/plugin_compaction.groovy   |  10 +-
 .../suites/auth_p0/test_select_column_auth.groovy  |   2 +
 .../doc/admin-manual/data-admin/backup.md.groovy   |  36 +-
 .../doc/admin-manual/data-admin/restore.md.groovy  |  44 +-
 .../suites/export_p0/test_with_bom.groovy          |   8 +-
 .../hive/test_autoinc_broker_load.groovy           |   2 +-
 .../kerberos/test_single_hive_kerberos.groovy      |  19 +-
 .../kerberos/test_two_hive_kerberos.groovy         |  13 +-
 ...al_update_compaction_with_higher_version.groovy |   2 +-
 ...st_skip_index_compaction_fault_injection.groovy |  86 +--
 ..._index_change_with_cumulative_compaction.groovy |  33 +-
 .../suites/nereids_p0/join/test_join_14.groovy     |  20 +-
 .../nereids_rules_p0/eager_aggregate/basic.groovy  |   4 +-
 .../eager_aggregate/basic_one_side.groovy          |   1 +
 .../push_down_count_through_join.groovy            |   1 +
 .../push_down_max_through_join.groovy              |   1 +
 .../push_down_min_through_join.groovy              |   1 +
 .../push_down_sum_through_join.groovy              |   1 +
 .../push_down_sum_through_join_one_side.groovy     |   1 +
 .../external_table/part_partition_invalid.groovy   |  15 +-
 .../mv/is_in_debug_mode/is_in_debug_mode.groovy    |  40 +-
 .../mv/union_rewrite/usercase_union_rewrite.groovy |   3 +
 .../suites/prepared_stmt_p0/prepared_stmt.groovy   |  55 ++
 .../query_p0/join/test_ignore/test_ignore.groovy   |  52 ++
 .../query_p0/join/test_left_join_with.groovy       |  24 +-
 ...t_nestedloop_outer_join_with_old_planner.groovy | 101 +++
 .../ddl/call_center.sql                            |   0
 .../ddl/call_center_delete.sql                     |   0
 .../ddl/call_center_load.sql                       |   0
 .../ddl/catalog_page.sql                           |   0
 .../ddl/catalog_page_delete.sql                    |   0
 .../ddl/catalog_page_load.sql                      |   0
 .../ddl/catalog_returns.sql                        |   0
 .../ddl/catalog_returns_delete.sql                 |   0
 .../ddl/catalog_returns_load.sql                   |   0
 .../ddl/catalog_sales.sql                          |   0
 .../ddl/catalog_sales_delete.sql                   |   0
 .../ddl/catalog_sales_load.sql                     |   0
 .../ddl/customer.sql                               |   0
 .../ddl/customer_address.sql                       |   0
 .../ddl/customer_address_delete.sql                |   0
 .../ddl/customer_address_load.sql                  |   0
 .../ddl/customer_delete.sql                        |   0
 .../ddl/customer_demographics.sql                  |   0
 .../ddl/customer_demographics_delete.sql           |   0
 .../ddl/customer_demographics_load.sql             |   0
 .../ddl/customer_load.sql                          |   0
 .../ddl/date_dim.sql                               |   0
 .../ddl/date_dim_delete.sql                        |   0
 .../ddl/date_dim_load.sql                          |   0
 .../ddl/dbgen_version.sql                          |   0
 .../ddl/dbgen_version_delete.sql                   |   0
 .../ddl/dbgen_version_load.sql                     |   0
 .../ddl/household_demographics.sql                 |   0
 .../ddl/household_demographics_delete.sql          |   0
 .../ddl/household_demographics_load.sql            |   0
 .../ddl/income_band.sql                            |   0
 .../ddl/income_band_delete.sql                     |   0
 .../ddl/income_band_load.sql                       |   0
 .../ddl/inventory.sql                              |   0
 .../ddl/inventory_delete.sql                       |   0
 .../ddl/inventory_load.sql                         |   0
 .../ddl/item.sql                                   |   0
 .../ddl/item_delete.sql                            |   0
 .../ddl/item_load.sql                              |   0
 .../ddl/promotion.sql                              |   0
 .../ddl/promotion_delete.sql                       |   0
 .../ddl/promotion_load.sql                         |   0
 .../ddl/reason.sql                                 |   0
 .../ddl/reason_delete.sql                          |   0
 .../ddl/reason_load.sql                            |   0
 .../ddl/ship_mode.sql                              |   0
 .../ddl/ship_mode_delete.sql                       |   0
 .../ddl/ship_mode_load.sql                         |   0
 .../ddl/store.sql                                  |   0
 .../ddl/store_delete.sql                           |   0
 .../ddl/store_load.sql                             |   0
 .../ddl/store_returns.sql                          |   0
 .../ddl/store_returns_delete.sql                   |   0
 .../ddl/store_returns_load.sql                     |   0
 .../ddl/store_sales.sql                            |   0
 .../ddl/store_sales_delete.sql                     |   0
 .../ddl/store_sales_load.sql                       |   0
 .../ddl/time_dim.sql                               |   0
 .../ddl/time_dim_delete.sql                        |   0
 .../ddl/time_dim_load.sql                          |   0
 .../ddl/warehouse.sql                              |   0
 .../ddl/warehouse_delete.sql                       |   0
 .../ddl/warehouse_load.sql                         |   0
 .../ddl/web_page.sql                               |   0
 .../ddl/web_page_delete.sql                        |   0
 .../ddl/web_page_load.sql                          |   0
 .../ddl/web_returns.sql                            |   0
 .../ddl/web_returns_delete.sql                     |   0
 .../ddl/web_returns_load.sql                       |   0
 .../ddl/web_sales.sql                              |   0
 .../ddl/web_sales_delete.sql                       |   0
 .../ddl/web_sales_load.sql                         |   0
 .../ddl/web_site.sql                               |   0
 .../ddl/web_site_delete.sql                        |   0
 .../ddl/web_site_load.sql                          |   0
 .../load.groovy                                    |   0
 .../sql/q01.sql                                    |   0
 .../sql/q02.sql                                    |   0
 .../sql/q03.sql                                    |   0
 .../sql/q04.sql                                    |   0
 .../sql/q05.sql                                    |   0
 .../sql/q06.sql                                    |   0
 .../sql/q07.sql                                    |   0
 .../sql/q08.sql                                    |   0
 .../sql/q09.sql                                    |   0
 .../sql/q10.sql                                    |   0
 .../sql/q11.sql                                    |   0
 .../sql/q12.sql                                    |   0
 .../sql/q13.sql                                    |   0
 .../sql/q14_1.sql                                  |   0
 .../sql/q14_2.sql                                  |   0
 .../sql/q15.sql                                    |   0
 .../sql/q16.sql                                    |   0
 .../sql/q17.sql                                    |   0
 .../sql/q18.sql                                    |   0
 .../sql/q19.sql                                    |   0
 .../sql/q20.sql                                    |   0
 .../sql/q21.sql                                    |   0
 .../sql/q22.sql                                    |   0
 .../sql/q23_1.sql                                  |   0
 .../sql/q23_2.sql                                  |   0
 .../sql/q24_1.sql                                  |   1 +
 .../sql/q24_2.sql                                  |   0
 .../sql/q25.sql                                    |   0
 .../sql/q26.sql                                    |   0
 .../sql/q27.sql                                    |   0
 .../sql/q28.sql                                    |   0
 .../sql/q29.sql                                    |   0
 .../sql/q30.sql                                    |   0
 .../sql/q31.sql                                    |   0
 .../sql/q32.sql                                    |   0
 .../sql/q33.sql                                    |   0
 .../sql/q34.sql                                    |   0
 .../sql/q35.sql                                    |   0
 .../sql/q36.sql                                    |   0
 .../sql/q37.sql                                    |   0
 .../sql/q38.sql                                    |   0
 .../sql/q39_1.sql                                  |   0
 .../sql/q39_2.sql                                  |   0
 .../sql/q40.sql                                    |   0
 .../sql/q41.sql                                    |   0
 .../sql/q42.sql                                    |   0
 .../sql/q43.sql                                    |   0
 .../sql/q44.sql                                    |   0
 .../sql/q45.sql                                    |   0
 .../sql/q46.sql                                    |   0
 .../sql/q47.sql                                    |   0
 .../sql/q48.sql                                    |   0
 .../sql/q49.sql                                    |   0
 .../sql/q49_rewrite.sql                            |   0
 .../sql/q50.sql                                    |   0
 .../sql/q51.sql                                    |   0
 .../sql/q52.sql                                    |   0
 .../sql/q53.sql                                    |   0
 .../sql/q54.sql                                    |   0
 .../sql/q55.sql                                    |   0
 .../sql/q56.sql                                    |   0
 .../sql/q57.sql                                    |   0
 .../sql/q58.sql                                    |   0
 .../sql/q59.sql                                    |   0
 .../sql/q60.sql                                    |   0
 .../sql/q61.sql                                    |   0
 .../sql/q62.sql                                    |   0
 .../sql/q63.sql                                    |   0
 .../sql/q64.sql                                    |   0
 .../sql/q65.sql                                    |   0
 .../sql/q66.sql                                    |   0
 .../sql/q67_ignore_temporarily.sql                 |   0
 .../sql/q68.sql                                    |   0
 .../sql/q69.sql                                    |   0
 .../sql/q70.sql                                    |   0
 .../sql/q71.sql                                    |   0
 .../sql/q72.sql                                    |   0
 .../sql/q73.sql                                    |   0
 .../sql/q74.sql                                    |   0
 .../sql/q75.sql                                    |   0
 .../sql/q76.sql                                    |   0
 .../sql/q77.sql                                    |   0
 .../sql/q78.sql                                    |   0
 .../sql/q79.sql                                    |   0
 .../sql/q80.sql                                    |   0
 .../sql/q81.sql                                    |   0
 .../sql/q82.sql                                    |   0
 .../sql/q83.sql                                    |   0
 .../sql/q84.sql                                    |   0
 .../sql/q85.sql                                    |   0
 .../sql/q86.sql                                    |   0
 .../sql/q87.sql                                    |   0
 .../sql/q88.sql                                    |   0
 .../sql/q89.sql                                    |   0
 .../sql/q90.sql                                    |   0
 .../sql/q91.sql                                    |   0
 .../sql/q92.sql                                    |   0
 .../sql/q93.sql                                    |   0
 .../sql/q94.sql                                    |   0
 .../sql/q95.sql                                    |   0
 .../sql/q96.sql                                    |   0
 .../sql/q97.sql                                    |   0
 .../sql/q98.sql                                    |   0
 .../sql/q99.sql                                    |   0
 .../test_seq_type_rename_col.groovy                |  44 ++
 .../test_workload_sched_policy.groovy              |  51 --
 483 files changed, 2324 insertions(+), 535 deletions(-)
 create mode 100644 be/test/util/crccity_test.cpp
 copy 
docker/thirdparties/docker-compose/{kerberos/two-kerberos-hives/update-location.sh
 => common/event-hook.sh} (74%)
 mode change 100755 => 100644
 create mode 100755 docker/thirdparties/docker-compose/common/hive-configure.sh
 create mode 100644 
docker/thirdparties/docker-compose/kerberos/conf/kerberos1/kdc.conf.tpl
 copy docker/thirdparties/docker-compose/kerberos/{common/conf/doris-krb5.conf 
=> conf/kerberos1/krb5.conf.tpl} (66%)
 rename 
docker/thirdparties/docker-compose/kerberos/{two-kerberos-hives/update-location.sh
 => conf/kerberos2/kdc.conf.tpl} (56%)
 mode change 100755 => 100644
 copy docker/thirdparties/docker-compose/kerberos/{health-checks/health.sh => 
conf/kerberos2/krb5.conf.tpl} (68%)
 mode change 100755 => 100644
 copy 
docker/thirdparties/docker-compose/kerberos/{health-checks/hadoop-health-check.sh
 => conf/my.cnf.tpl} (57%)
 mode change 100755 => 100644
 delete mode 100755 
docker/thirdparties/docker-compose/kerberos/entrypoint-hive-master-2.sh
 create mode 100644 
docker/thirdparties/docker-compose/kerberos/hadoop-hive.env.tpl
 rename 
docker/thirdparties/docker-compose/kerberos/health-checks/{hadoop-health-check.sh
 => supervisorctl-check.sh} (100%)
 create mode 100644 
docker/thirdparties/docker-compose/kerberos/kerberos1_settings.env
 rename 
docker/thirdparties/docker-compose/kerberos/{ccache/create_kerberos_credential_cache_files.sh
 => kerberos2_settings.env} (50%)
 create mode 100644 
fe/fe-core/src/test/java/org/apache/doris/load/ExportOutfileInfoTest.java
 create mode 100644 
fe/fe-core/src/test/java/org/apache/doris/mtmv/AlterMTMVTest.java
 copy regression-test/data/query_p0/join/{test_left_join_with.out => 
test_ignore/test_ignore.out} (71%)
 create mode 100644 
regression-test/data/query_p0/join/test_nestedloop_outer_join_with_old_planner.out
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q01.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q02.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q03.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q04.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q05.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q06.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q07.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q08.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q09.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q10.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q11.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q12.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q13.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q14_1.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q14_2.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q15.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q16.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q17.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q18.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q19.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q20.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q21.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q22.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q23_1.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q23_2.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q24_1.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q24_2.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q25.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q26.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q27.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q28.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q29.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q30.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q31.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q32.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q33.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q34.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q35.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q36.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q37.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q38.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q39_1.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q39_2.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q40.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q41.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q42.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q43.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q44.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q45.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q46.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q47.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q48.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q49.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q49_rewrite.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q50.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q51.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q52.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q53.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q54.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q55.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q56.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q57.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q58.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q59.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q60.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q61.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q62.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q63.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q64.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q65.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q66.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q67_ignore_temporarily.out 
(100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q68.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q69.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q70.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q71.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q72.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q73.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q74.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q75.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q76.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q77.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q78.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q79.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q80.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q81.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q82.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q83.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q84.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q85.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q86.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q87.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q88.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q89.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q90.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q91.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q92.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q93.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q94.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q95.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q96.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q97.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q98.out (100%)
 rename regression-test/data/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q99.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q01.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q02.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q03.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q04.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q05.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q06.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q07.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q08.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q09.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q10.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q11.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q12.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q13.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q14_1.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q14_2.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q15.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q16.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q17.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q18.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q19.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q20.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q21.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q22.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q23_1.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q23_2.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q24_1.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q24_2.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q25.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q26.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q27.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q28.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q29.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q30.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q31.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q32.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q33.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q34.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q35.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q36.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q37.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q38.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q39_1.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q39_2.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q40.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q41.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q42.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q43.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q44.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q45.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q46.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q47.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q48.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q49.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q49_rewrite.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q50.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q51.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q52.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q53.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q54.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q55.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q56.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q57.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q58.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q59.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q60.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q61.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q62.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q63.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q64.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q65.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q66.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q67_ignore_temporarily.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q68.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q69.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q70.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q71.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q72.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q73.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q74.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q75.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q76.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q77.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q78.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q79.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q80.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q81.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q82.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q83.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q84.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q85.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q86.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q87.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q88.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q89.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q90.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q91.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q92.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q93.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q94.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q95.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q96.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q97.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q98.out (100%)
 rename regression-test/data/{tpcds_sf100_p2 => 
tpcds_sf100_nonConcurrent_p2}/sql/q99.out (100%)
 copy regression-test/data/{query_p0/join/test_left_join_with.out => 
unique_with_mow_p0/test_seq_type_rename_col.out} (50%)
 create mode 100644 
regression-test/suites/query_p0/join/test_ignore/test_ignore.groovy
 create mode 100644 
regression-test/suites/query_p0/join/test_nestedloop_outer_join_with_old_planner.groovy
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/call_center.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/call_center_delete.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/call_center_load.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/catalog_page.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/catalog_page_delete.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/catalog_page_load.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/catalog_returns.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/catalog_returns_delete.sql 
(100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/catalog_returns_load.sql 
(100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/catalog_sales.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/catalog_sales_delete.sql 
(100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/catalog_sales_load.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/customer.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/customer_address.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/customer_address_delete.sql 
(100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/customer_address_load.sql 
(100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/customer_delete.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/customer_demographics.sql 
(100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/customer_demographics_delete.sql
 (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/customer_demographics_load.sql
 (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/customer_load.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/date_dim.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/date_dim_delete.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/date_dim_load.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/dbgen_version.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/dbgen_version_delete.sql 
(100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/dbgen_version_load.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/household_demographics.sql 
(100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/household_demographics_delete.sql
 (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/household_demographics_load.sql
 (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/income_band.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/income_band_delete.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/income_band_load.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/inventory.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/inventory_delete.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/inventory_load.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/item.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/item_delete.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/item_load.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/promotion.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/promotion_delete.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/promotion_load.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/reason.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/reason_delete.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/reason_load.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/ship_mode.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/ship_mode_delete.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/ship_mode_load.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/store.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/store_delete.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/store_load.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/store_returns.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/store_returns_delete.sql 
(100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/store_returns_load.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/store_sales.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/store_sales_delete.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/store_sales_load.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/time_dim.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/time_dim_delete.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/time_dim_load.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/warehouse.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/warehouse_delete.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/warehouse_load.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/web_page.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/web_page_delete.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/web_page_load.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/web_returns.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/web_returns_delete.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/web_returns_load.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/web_sales.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/web_sales_delete.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/web_sales_load.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/web_site.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/web_site_delete.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/ddl/web_site_load.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/load.groovy (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q01.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q02.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q03.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q04.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q05.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q06.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q07.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q08.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q09.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q10.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q11.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q12.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q13.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q14_1.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q14_2.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q15.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q16.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q17.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q18.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q19.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q20.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q21.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q22.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q23_1.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q23_2.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q24_1.sql (96%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q24_2.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q25.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q26.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q27.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q28.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q29.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q30.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q31.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q32.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q33.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q34.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q35.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q36.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q37.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q38.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q39_1.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q39_2.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q40.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q41.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q42.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q43.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q44.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q45.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q46.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q47.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q48.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q49.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q49_rewrite.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q50.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q51.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q52.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q53.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q54.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q55.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q56.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q57.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q58.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q59.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q60.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q61.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q62.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q63.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q64.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q65.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q66.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q67_ignore_temporarily.sql 
(100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q68.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q69.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q70.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q71.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q72.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q73.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q74.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q75.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q76.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q77.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q78.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q79.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q80.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q81.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q82.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q83.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q84.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q85.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q86.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q87.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q88.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q89.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q90.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q91.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q92.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q93.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q94.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q95.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q96.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q97.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q98.sql (100%)
 rename regression-test/suites/{tpcds_sf100_dup_without_key_p2 => 
tpcds_sf100_dup_without_key_nonConcurrent_p2}/sql/q99.sql (100%)
 create mode 100644 
regression-test/suites/unique_with_mow_p0/test_seq_type_rename_col.groovy


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

Reply via email to