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 1fdc265083 [fix](Nereids) lock tables when analyze may lead to dead lock (#17776) add 079e6a3e12 [regression-test](vectorized) remove unused vectorization flag (#17662) No new revisions were added by this update. Summary of changes: regression-test/data/dynamic_table_p0/sql/q01.out | 13 ++++------- regression-test/data/dynamic_table_p0/sql/q02.out | 17 ++++++-------- regression-test/data/dynamic_table_p0/sql/q03.out | 11 ++++----- regression-test/data/dynamic_table_p0/sql/q04.out | 27 ++++++++++------------ .../data/mysql_fulltext/sql/basic_q01.out | 21 ++++++++--------- .../data/mysql_fulltext/sql/basic_q02.out | 21 ++++++++--------- .../data/mysql_fulltext/sql/fulltext_q01.out | 21 ++++++++--------- .../data/mysql_fulltext/sql/fulltext_q02.out | 21 ++++++++--------- .../suites/dynamic_table_p0/load.groovy | 1 - .../suites/dynamic_table_p0/sql/q01.sql | 1 - .../suites/dynamic_table_p0/sql/q02.sql | 1 - .../suites/dynamic_table_p0/sql/q03.sql | 1 - .../suites/dynamic_table_p0/sql/q04.sql | 1 - .../test_create_dynamic_table.groovy | 2 -- .../test_dytable_alter_type.groovy | 5 ---- .../test_dytable_complex_data.groovy | 10 -------- .../inverted_index_p0/test_add_drop_index.groovy | 2 -- .../test_add_drop_index_ignore_case_column.groovy | 2 -- .../test_add_drop_index_with_data.groovy | 2 -- .../test_add_drop_index_with_delete_data.groovy | 2 -- .../inverted_index_p0/test_array_index.groovy | 2 -- .../inverted_index_p0/test_index_bkd_null.groovy | 2 -- .../test_index_range_not_in_select.groovy | 2 -- .../suites/mysql_fulltext/sql/basic_q01.sql | 2 -- .../suites/mysql_fulltext/sql/basic_q02.sql | 2 -- .../suites/mysql_fulltext/sql/fulltext_q01.sql | 2 -- .../suites/mysql_fulltext/sql/fulltext_q02.sql | 2 -- .../explain_clickbench_benchmark.groovy | 1 - .../suites/nereids_p0/aggregate/aggregate.groovy | 3 +-- .../nereids_p0/aggregate/aggregate_count1.groovy | 3 +-- .../aggregate_group_by_metric_type.groovy | 3 +-- .../aggregate/aggregate_groupby_null.groovy | 3 +-- .../aggregate/aggregate_grouping_function.groovy | 3 +-- .../aggregate/aggregate_having_grouping.groovy | 3 +-- .../aggregate/aggregate_output_null.groovy | 3 +-- .../nereids_p0/aggregate/window_funnel.groovy | 3 +-- .../suites/nereids_p0/cache/partition_cache.groovy | 3 +-- .../suites/nereids_p0/empty_table/load.groovy | 3 +-- .../nereids_p0/except/test_query_except.groovy | 3 +-- .../explain/test_pushdown_explain.groovy | 3 +-- .../group_concat/test_group_concat.groovy | 3 +-- .../grouping_sets/test_grouping_sets.groovy | 3 +-- .../grouping_sets/test_grouping_sets1.groovy | 3 +-- .../nereids_p0/intersect/test_intersect.groovy | 3 +-- .../nereids_p0/join/bucket_shuffle_join.groovy | 3 +-- regression-test/suites/nereids_p0/join/load.groovy | 3 +-- .../nereids_p0/join/test_bitmap_filter.groovy | 3 +-- .../suites/nereids_p0/join/test_join.groovy | 3 +-- .../suites/nereids_p0/join/test_join2.groovy | 3 +-- .../suites/nereids_p0/join/test_join3.groovy | 3 +-- .../suites/nereids_p0/join/test_join4.groovy | 3 +-- .../suites/nereids_p0/join/test_join5.groovy | 3 +-- .../suites/nereids_p0/join/test_left_join1.groovy | 3 +-- .../nereids_p0/join/test_left_join_null.groovy | 3 +-- .../join/test_nestedloop_outer_join.groovy | 3 +-- .../join/test_nestedloop_semi_anti_join.groovy | 3 +-- .../join/test_runtimefilter_on_datev2.groovy | 3 +-- .../suites/nereids_p0/keyword/order_group.groovy | 3 +-- .../suites/nereids_p0/keyword/test_keyword.groovy | 3 +-- .../large_wide_table/large_wide_table.groovy | 3 +-- .../limit/OffsetInSubqueryWithJoin.groovy | 3 +-- .../suites/nereids_p0/limit/load.groovy | 3 +-- regression-test/suites/nereids_p0/load.groovy | 3 +-- .../operator/test_arithmetic_operators.groovy | 3 +-- .../operator/test_logical_operators.groovy | 3 +-- .../suites/nereids_p0/set_operations/load.groovy | 3 +-- .../nereids_p0/show/test_array_show_create.groovy | 3 +-- .../show/test_show_create_catalog.groovy | 3 +-- .../suites/nereids_p0/show/test_show_where.groovy | 3 +-- regression-test/suites/nereids_p0/sort/sort.groovy | 3 +-- .../test_aggregate_all_functions.groovy | 3 +-- .../aggregate_functions/test_aggregate_bit.groovy | 3 +-- .../test_aggregate_collect.groovy | 3 +-- .../test_aggregate_histogram.groovy | 1 - .../test_approx_count_distinct.groovy | 3 +-- .../test_array_aggregation_functions.groovy | 3 +-- .../array_functions/test_array_functions.groovy | 3 +-- .../test_array_functions_by_literal.groovy | 3 +-- ...test_array_functions_of_array_difference.groovy | 3 +-- .../test_array_functions_with_where.groovy | 3 +-- .../array_functions/test_issue_13606.groovy | 3 +-- .../bitmap_functions/test_bitmap_function.groovy | 3 +-- .../case_function/test_case_function.groovy | 3 +-- .../cast_function/test_cast_array_function.groovy | 3 +-- .../test_cast_array_functions_by_literal.groovy | 3 +-- .../cast_function/test_cast_function.groovy | 3 +-- .../cast_function/test_cast_string_to_array.groovy | 3 +-- .../conditional_functions/test_coalesce.groovy | 3 +-- .../test_conditional_function.groovy | 3 +-- .../conditional_functions/test_if.groovy | 3 +-- .../conditional_functions/test_nullif.groovy | 3 +-- .../conditional_functions/test_nvl.groovy | 3 +-- .../test_query_between.groovy | 3 +-- .../conditional_functions/test_query_in.groovy | 3 +-- .../conditional_functions/test_query_like.groovy | 3 +-- .../conditional_functions/test_query_limit.groovy | 3 +-- .../conditional_functions/test_query_where.groovy | 3 +-- .../datetime_functions/test_date_function.groovy | 3 +-- .../datetime_functions/test_dayofweek.groovy | 3 +-- .../datetime_functions/test_time_lut.groovy | 3 +-- .../datetime_functions/test_timestampdiff.groovy | 3 +-- .../digital-masking/test_digital_masking.groovy | 3 +-- .../encryption_digest/test_md5.groovy | 3 +-- .../hash_functions/test_hash_function.groovy | 3 +-- .../json_function/test_query_json_array.groovy | 3 +-- .../json_function/test_query_json_object.groovy | 3 +-- .../json_functions/test_get_json_double.groovy | 3 +-- .../json_functions/test_json_function.groovy | 3 +-- .../sql_functions/math_functions/test_conv.groovy | 3 +-- .../math_functions/test_multiply.groovy | 3 +-- .../sql_functions/math_functions/test_round.groovy | 3 +-- .../test_multi_string_position.groovy | 3 +-- .../test_multi_string_search.groovy | 3 +-- .../spatial_functions/test_gis_function.groovy | 3 +-- .../spatial_functions/test_st_astext.groovy | 3 +-- .../sql_functions/string_functions/load.groovy | 3 +-- .../string_functions/test_reverse.groovy | 3 +-- .../string_functions/test_split_by_string.groovy | 3 +-- .../string_functions/test_split_part.groovy | 3 +-- .../string_functions/test_string_function.groovy | 3 +-- .../test_string_function_like.groovy | 3 +-- .../test_string_function_like_pushdown.groovy | 3 +-- .../test_string_function_regexp.groovy | 3 +-- .../sql_functions/table_function/explode.groovy | 3 +-- .../table_function/explode_json_array.groovy | 3 +-- .../table_function/explode_split.groovy | 3 +-- .../nereids_p0/sql_functions/test_in_expr.groovy | 3 +-- .../test_width_bucket_function.groovy | 3 +-- .../sql_functions/window_functions/load.groovy | 3 +-- .../window_functions/test_ntile_function.groovy | 3 +-- .../test_select_stddev_variance_window.groovy | 3 +-- .../sql_functions/window_functions/test_sum.groovy | 3 +-- .../window_functions/test_window_fn.groovy | 3 +-- .../window_functions/test_window_function.groovy | 3 +-- .../nereids_p0/subquery/test_subquery.groovy | 3 +-- .../suites/nereids_p0/system/test_query_sys.groovy | 3 +-- .../system/test_query_sys_data_type.groovy | 3 +-- .../nereids_p0/system/test_query_sys_tables.groovy | 3 +-- .../nereids_p0/system/test_runtime_filter.groovy | 3 +-- .../nereids_p0/test_char_implicit_cast.groovy | 3 +-- .../suites/nereids_p0/test_data_type_marks.groovy | 3 +-- .../suites/nereids_p0/test_dict_with_null.groovy | 3 +-- .../nereids_p0/test_orderby_nullliteral.groovy | 3 +-- .../suites/nereids_p0/test_select_constant.groovy | 3 +-- .../test_select_with_predicate_like.groovy | 3 +-- .../test_binary_predicate_cast.groovy | 3 +-- .../nereids_p0/type_inference/test_largeint.groovy | 3 +-- .../suites/nereids_p0/union/test_union.groovy | 3 +-- .../suites/nereids_p0/with/test_with.groovy | 3 +-- .../with/test_with_and_two_phase_agg.groovy | 3 +-- .../nereids_syntax_p0/adjust_nullable.groovy | 1 - .../non_user_visiable_output.groovy | 1 - .../nereids_syntax_p0/test_join_nereids.groovy | 1 - .../test_materialized_view_nereids.groovy | 1 - .../test_nestedloop_outer_join_nereids.groovy | 1 - .../test_aggregate_collect.groovy | 3 --- tools/ssb-tools/bin/run-ssb-flat-queries.sh | 6 ----- tools/ssb-tools/bin/run-ssb-queries.sh | 6 ----- tools/ssb-tools/ssb-queries/q4.1.sql | 2 +- tools/ssb-tools/ssb-queries/q4.2.sql | 2 +- tools/ssb-tools/ssb-queries/q4.3.sql | 2 +- tools/tpch-tools/queries/q1.sql | 2 +- tools/tpch-tools/queries/q10.sql | 2 +- tools/tpch-tools/queries/q11.sql | 2 +- tools/tpch-tools/queries/q12.sql | 2 +- tools/tpch-tools/queries/q13.sql | 2 +- tools/tpch-tools/queries/q14.sql | 2 +- tools/tpch-tools/queries/q15.sql | 2 +- tools/tpch-tools/queries/q16.sql | 2 +- tools/tpch-tools/queries/q17.sql | 2 +- tools/tpch-tools/queries/q18.sql | 2 +- tools/tpch-tools/queries/q19.sql | 2 +- tools/tpch-tools/queries/q2.sql | 2 +- tools/tpch-tools/queries/q20.sql | 2 +- tools/tpch-tools/queries/q21.sql | 2 +- tools/tpch-tools/queries/q3.sql | 2 +- tools/tpch-tools/queries/q4.sql | 2 +- tools/tpch-tools/queries/q5.sql | 2 +- tools/tpch-tools/queries/q6.sql | 2 +- tools/tpch-tools/queries/q7.sql | 2 +- tools/tpch-tools/queries/q8.sql | 2 +- tools/tpch-tools/queries/q9.sql | 2 +- 182 files changed, 209 insertions(+), 420 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org