You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by da...@apache.org on 2022/10/25 08:37:14 UTC

[doris] branch master updated (78278f5943 -> b85c78ee00)

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

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


    from 78278f5943 [chore](be version) Check BE version by script (#13594)
     add b85c78ee00 [fix](regression) add 'if not exists' to 'create table' to support parallel test (#13576) (#13578)

No new revisions were added by this update.

Summary of changes:
 regression-test/common/table/bitmap_basic_agg.sql  |  2 +-
 regression-test/common/table/hll_basic_agg.sql     |  2 +-
 regression-test/common/table/test_basic_agg.sql    |  2 +-
 .../bitmap_functions/test_bitmap_intersect.groovy  |  2 +-
 .../bloom_filter_p0/test_bloom_filter.groovy       |  4 ++--
 .../test_bloom_filter_is_not_null.groovy           |  2 +-
 .../test_create_table_with_bloom_filter.groovy     |  2 +-
 .../create_table_use_partition_policy.groovy       |  8 +++----
 .../use_policy/create_table_use_policy.groovy      |  2 +-
 .../use_policy/use_default_storage_policy.groovy   |  4 ++--
 .../compaction/test_compaction_agg_keys.groovy     |  2 +-
 .../compaction/test_compaction_dup_keys.groovy     |  2 +-
 .../compaction/test_compaction_uniq_keys.groovy    |  2 +-
 ...st_constant_push_down_through_outer_join.groovy |  4 ++--
 .../test_crossjoin_inlineview_slot.groovy          | 10 ++++----
 .../test_lateral_view_in_subquery.groovy           |  4 ++--
 .../test_outer_join_with_subquery.groovy           |  4 ++--
 .../correctness/test_pushdown_pred_to_view.groovy  |  2 +-
 .../correctness/test_union_with_subquery.groovy    |  2 +-
 .../correctness/test_view_varchar_length.groovy    |  2 +-
 .../suites/correctness_p0/test_bitmap_count.groovy |  2 +-
 .../correctness_p0/test_bitmap_intersect.groovy    |  2 +-
 .../correctness_p0/test_bitmap_serialize.groovy    |  2 +-
 .../test_bucket_join_with_colocate_table.groovy    |  4 ++--
 .../correctness_p0/test_current_timestamp.groovy   |  2 +-
 .../test_dict_range_predicate.groovy               |  2 +-
 .../correctness_p0/test_first_value_window.groovy  |  2 +-
 .../correctness_p0/test_group_by_constant.groovy   |  2 +-
 .../test_join_should_not_reorder.groovy            |  6 ++---
 .../test_join_with_projection.groovy               |  4 ++--
 .../correctness_p0/test_lag_lead_window.groovy     |  2 +-
 .../correctness_p0/test_last_value_window.groovy   |  2 +-
 .../test_like_predicate_with_nullable.groovy       |  2 +-
 .../correctness_p0/test_min_max_window.groovy      |  2 +-
 .../correctness_p0/test_no_grouping_window.groovy  |  2 +-
 .../correctness_p0/test_null_predicate.groovy      |  2 +-
 .../correctness_p0/test_outer_join_sort.groovy     |  6 ++---
 .../test_outer_join_with_cross_join.groovy         |  8 +++----
 .../test_outer_join_with_empty_node.groovy         |  4 ++--
 .../test_outer_join_with_grouping.groovy           |  4 ++--
 .../test_outer_join_with_order_by.groovy           |  6 ++---
 .../test_outer_join_with_window_function.groovy    |  8 +++----
 ...t_outer_join_with_window_function_datev2.groovy |  8 +++----
 .../correctness_p0/test_pushdown_constant.groovy   |  2 +-
 .../test_select_stddev_variance_window.groovy      |  2 +-
 .../correctness_p0/test_select_variance_agg.groovy |  2 +-
 .../suites/correctness_p0/test_sort.groovy         |  2 +-
 .../correctness_p0/test_string_pad_function.groovy |  2 +-
 .../correctness_p0/test_subquery_with_agg.groovy   |  2 +-
 .../csv_header_p0/test_csv_with_header.groovy      |  2 +-
 .../storage/test_dup_tab_basic_int.groovy          |  2 +-
 .../storage/test_dup_tab_basic_int_nullable.groovy |  2 +-
 .../storage/test_dup_tab_basic_varchar.groovy      |  2 +-
 .../test_dup_tab_basic_varchar_nullable.groovy     |  2 +-
 .../duplicate/storage/test_dup_tab_char.groovy     |  2 +-
 .../storage/test_dup_tab_char_nullable.groovy      |  2 +-
 .../duplicate/storage/test_dup_tab_date.groovy     |  2 +-
 .../storage/test_dup_tab_date_nullable.groovy      |  2 +-
 .../duplicate/storage/test_dup_tab_datetime.groovy |  2 +-
 .../storage/test_dup_tab_datetime_nullable.groovy  |  2 +-
 .../duplicate/storage/test_dup_tab_decimal.groovy  |  2 +-
 .../storage/test_dup_tab_decimal_nullable.groovy   |  2 +-
 .../storage/test_dup_tab_mixed_type.groovy         |  2 +-
 .../test_dup_tab_mixed_type_nullable.groovy        |  2 +-
 .../datatype_p0/bitmap/test_bitmap_int.groovy      |  4 ++--
 .../suites/datatype_p0/hll/test_hll_int.groovy     |  2 +-
 .../datatype_p0/string/test_string_basic.groovy    |  8 +++----
 regression-test/suites/ddl_p0/test_ctas.groovy     |  4 ++--
 regression-test/suites/ddl_p0/test_ctl.groovy      |  2 +-
 .../delete_p0/test_array_column_delete.groovy      |  2 +-
 .../suites/delete_p0/test_delete.groovy            |  4 ++--
 .../suites/delete_p0/test_delete_sign_mow.sql      |  2 +-
 .../suites/delete_p0/test_delete_sign_unique.sql   |  2 +-
 .../delete_p0/test_multi_columns_delete.groovy     |  2 +-
 .../delete_p0/test_segment_iterator_delete.groovy  |  6 ++---
 regression-test/suites/demo_p0/event_action.groovy |  2 +-
 .../suites/export_p0/test_outfile.groovy           |  2 +-
 .../suites/github_events_p2/ddl/github_events.sql  |  2 +-
 .../http_rest_api/post/test_query_stmt.groovy      |  4 ++--
 regression-test/suites/index_p0/load.groovy        |  2 +-
 regression-test/suites/insert_p0/ddl/datatype.sql  |  2 +-
 .../suites/insert_p0/ddl/mutable_datatype.sql      |  2 +-
 .../load/insert/test_insert_nested_array.groovy    |  4 ++--
 .../broker_load/ddl/parquet_s3_case1_create.sql    |  2 +-
 .../broker_load/ddl/parquet_s3_case2_create.sql    |  2 +-
 .../broker_load/ddl/parquet_s3_case3_create.sql    |  2 +-
 .../broker_load/ddl/parquet_s3_case4_create.sql    |  2 +-
 .../broker_load/ddl/parquet_s3_case5_create.sql    |  2 +-
 .../broker_load/ddl/parquet_s3_case6_create.sql    |  2 +-
 .../broker_load/ddl/parquet_s3_case7_create.sql    |  2 +-
 .../broker_load/ddl/parquet_s3_case8_create.sql    |  2 +-
 .../broker_load/ddl/parquet_s3_case9_create.sql    |  2 +-
 .../load_p0/stream_load/test_stream_load.groovy    | 18 +++++++-------
 .../suites/nereids_syntax_p0/agg_with_const.groovy |  2 +-
 .../suites/nereids_syntax_p0/having.groovy         |  2 +-
 .../suites/nereids_syntax_p0/rollup.groovy         |  2 +-
 .../nereids_syntax_p0/sub_query_correlated.groovy  |  8 +++----
 regression-test/suites/opensky_p2/ddl/opensky.sql  | 28 +++++++++++-----------
 .../test_dynamic_partition.groovy                  |  8 +++----
 .../list_partition/test_list_partition.groovy      |  2 +-
 .../performance_p0/redundant_conjuncts.groovy      |  2 +-
 .../test_primary_key_simple_case.groovy            |  2 +-
 .../suites/query/aggregate/aggregate_count1.groovy |  2 +-
 .../aggregate_group_by_metric_type.groovy          |  4 ++--
 .../aggregate/aggregate_grouping_function.groovy   |  2 +-
 .../aggregate/aggregate_having_grouping.groovy     |  2 +-
 regression-test/suites/query/join/test_join.groovy | 14 +++++------
 .../suites/query/join/test_join3.groovy            |  6 ++---
 .../suites/query/join/test_join4.groovy            |  4 ++--
 .../suites/query/join/test_join5.groovy            | 18 +++++++-------
 .../query/show/test_array_show_create.groovy       | 10 ++++----
 .../json_function/test_query_json_object.groovy    |  2 +-
 .../suites/query/sql_functions/test_in_expr.groovy |  4 ++--
 .../query/system/test_query_sys_data_type.groovy   |  2 +-
 .../aggregate/aggregate_output_null.groovy         |  4 ++--
 .../suites/query_p0/empty_table/ddl/empty.sql      |  2 +-
 .../suites/query_p0/join/ddl/full_join_table.sql   |  2 +-
 .../suites/query_p0/join/ddl/left_table.sql        |  2 +-
 .../suites/query_p0/join/ddl/right_table.sql       |  2 +-
 regression-test/suites/query_p0/join/ddl/table.sql |  2 +-
 .../suites/query_p0/join/ddl/table_1.sql           |  2 +-
 .../suites/query_p0/join/ddl/table_2.sql           |  2 +-
 .../suites/query_p0/join/ddl/table_3.sql           |  2 +-
 .../query_p0/join/ddl/test_bucket_shuffle_join.sql |  2 +-
 .../suites/query_p0/join/ddl/test_join.sql         |  2 +-
 .../query_p0/lateral_view/test_issue_8850.sql      |  2 +-
 regression-test/suites/query_p0/load.groovy        |  8 +++----
 .../test_aggregate_all_functions.groovy            |  4 ++--
 .../test_aggregate_retention.sql                   |  2 +-
 .../sql_functions/array_functions/sql/q01.sql      |  8 +++----
 .../sql_functions/array_functions/sql/q03.sql      |  2 +-
 .../bitmap_functions/test_bitmap_function.groovy   |  6 ++---
 .../table_function/explode_json_array.groovy       |  2 +-
 .../table_function/explode_split.groovy            |  2 +-
 .../window_functions/test_ntile_function.groovy    |  2 +-
 .../test_select_stddev_variance_window.groovy      |  2 +-
 .../window_functions/test_window_fn.groovy         |  4 ++--
 .../window_functions/test_window_function.groovy   |  8 +++----
 .../window_functions/window_funnel.sql             |  2 +-
 .../suites/query_p0/union/test_union.groovy        |  2 +-
 .../suites/query_p0/wide_table/sql/wide_table.sql  |  2 +-
 .../lateral_view/load_from_big_lateral_view.groovy |  2 +-
 .../rollup/test_materialized_view_bitmap.groovy    |  2 +-
 .../rollup/test_materialized_view_date.groovy      |  2 +-
 .../rollup/test_materialized_view_hll.groovy       |  2 +-
 ...test_materialized_view_hll_with_light_sc.groovy |  2 +-
 .../suites/rollup_p0/test_materialized_view.groovy |  4 ++--
 .../schema_change/test_number_overflow.groovy      |  2 +-
 .../test_agg_keys_schema_change.groovy             |  2 +-
 .../test_agg_mv_schema_change.groovy               |  2 +-
 .../test_agg_rollup_schema_change.groovy           |  2 +-
 .../test_agg_vals_schema_change.groovy             |  2 +-
 .../test_alter_table_column.groovy                 |  2 +-
 .../test_alter_table_column_nullable.groovy        |  8 +++----
 .../schema_change_p0/test_delete_schema_change.sql |  2 +-
 .../test_dup_keys_schema_change.groovy             |  2 +-
 .../test_dup_mv_schema_change.groovy               |  2 +-
 .../test_dup_rollup_schema_change.groovy           |  2 +-
 .../test_dup_vals_schema_change.groovy             |  2 +-
 .../test_partition_schema_change.sql               |  2 +-
 .../schema_change_p0/test_rename_column.groovy     |  8 +++----
 .../test_uniq_keys_schema_change.groovy            |  2 +-
 .../test_uniq_mv_schema_change.groovy              |  2 +-
 .../test_uniq_rollup_schema_change.groovy          |  2 +-
 .../test_uniq_vals_schema_change.groovy            |  2 +-
 .../test_update_schema_change.groovy               |  2 +-
 .../suites/tpcds_sf1_unique_p1/load.groovy         |  4 ++--
 regression-test/suites/trino_p0/ddl/nation.sql     |  2 +-
 regression-test/suites/trino_p0/ddl/orders.sql     |  2 +-
 regression-test/suites/trino_p0/ddl/part.sql       |  2 +-
 regression-test/suites/trino_p0/ddl/region.sql     |  2 +-
 regression-test/suites/trino_p0/ddl/workers.sql    |  2 +-
 .../suites/yandex_metrica_p2/ddl/hits.sql          |  2 +-
 .../suites/yandex_metrica_p2/ddl/visits.sql        |  2 +-
 174 files changed, 287 insertions(+), 287 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org