This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch auto-pick-45478-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
discard e3a322d03e6 [case](auth)Add case for auth (#45478) add 8b35b0e4774 branch-2.1: [fix](function) fixed some nested type func's param type which is not suitable and make result wrong #44923 (#45798) add c9d3f1122bd [regression-test](framework) disable defining global variable in test… (#45840) add 956138da5c2 [enhancement](blacklist) ignore shutdown message to avoid add the backend to blacklist (#45875) add bcc2c155dff [test] fix partition prune unstable cases (#44976) (#45846) add 139ec1d85db [case](auth)Add case for auth (#45478) 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 (e3a322d03e6) \ N -- N -- N refs/heads/auto-pick-45478-branch-2.1 (139ec1d85db) 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: .../expressions/functions/scalar/ArrayApply.java | 16 ++++++++-- .../functions/scalar/ArrayContains.java | 15 ++++++++-- .../functions/scalar/ArrayPosition.java | 16 ++++++++-- .../functions/scalar/ArrayPushBack.java | 16 ++++++++-- .../functions/scalar/ArrayPushFront.java | 16 ++++++++-- .../expressions/functions/scalar/ArrayRemove.java | 16 ++++++++-- .../expressions/functions/scalar/CountEqual.java | 19 ++++++++++-- .../functions/scalar/MapContainsKey.java | 17 +++++++++-- .../functions/scalar/MapContainsValue.java | 17 +++++++++-- .../org/apache/doris/nereids/types/DataType.java | 35 ++++++++++++++++++++++ .../java/org/apache/doris/qe/ResultReceiver.java | 5 +++- .../nereids_function_p0/scalar_function/Array.out | 27 +++++++++++++++++ .../test_uniq_vals_schema_change.out | 3 ++ .../doris/regression/suite/ScriptSource.groovy | 9 +++++- .../backup_restore/test_backup_restore_db.groovy | 2 +- .../test_backup_restore_exclude.groovy | 2 +- .../test_backup_restore_multi_tables.groovy | 2 +- ...st_backup_restore_multi_tables_overwrite.groovy | 2 +- .../backup_restore/test_backup_restore_mv.groovy | 10 +++---- .../test_restore_mix_exists_and_new_table.groovy | 2 +- .../ccr_mow_syncer_p0/test_ingest_binlog.groovy | 2 +- .../inverted_index/test_ingest_binlog.groovy | 2 +- .../suites/ccr_syncer_p0/test_ingest_binlog.groovy | 2 +- .../auth/test_disable_revoke_admin_auth.groovy | 1 + .../suites/compaction/test_full_compaction.groovy | 2 +- .../correctness/test_trim_new_parameters.groovy | 2 +- .../ddl_p0/test_create_table_properties.groovy | 2 +- .../suites/export/test_array_export.groovy | 6 ++-- .../suites/export/test_map_export.groovy | 4 +-- .../suites/export/test_struct_export.groovy | 2 +- .../outfile/csv/test_outfile_empty_data.groovy | 14 ++++----- .../test_outfile_expr_generate_col_name.groovy | 10 +++---- .../suites/export_p0/test_export_basic.groovy | 8 ++--- .../export_p0/test_outfile_file_suffix.groovy | 2 +- .../export_p0/test_show_create_database.groovy | 2 +- .../hive/test_autoinc_broker_load.groovy | 22 +++++++------- .../hive/test_hive_parquet_alter_column.groovy | 2 +- .../hive/test_hive_statistic.groovy | 2 +- .../hive/test_partial_update_broker_load.groovy | 16 +++++----- .../iceberg/test_iceberg_optimize_count.groovy | 10 +++---- .../test_iceberg_predicate_conversion.groovy | 2 +- .../insert_group_commit_with_exception.groovy | 4 +-- .../test_add_drop_index_on_table_with_mv.groovy | 2 +- .../index_change/test_pk_uk_index_change.groovy | 2 +- .../test_schema_change_storage_format.groovy | 2 +- .../test_array_contains_with_inverted_index.groovy | 4 +-- .../test_index_match_select.groovy | 8 ++--- .../test_primary_key_simple_case.groovy | 2 +- .../http_stream/test_http_stream_2pc.groovy | 8 ++--- .../test_insert_random_distribution_table.groovy | 4 +-- .../load_p0/mysql_load/test_mysql_load.groovy | 2 +- ...t_stream_load_with_nonexist_db_and_table.groovy | 6 ++-- .../test_map_load_and_compaction.groovy | 4 ++- .../load_p0/stream_load/test_stream_load.groovy | 22 +++++++------- .../test_stream_load_move_memtable.groovy | 2 +- .../suites/manager/test_manager_interface_2.groovy | 4 +-- .../suites/manager/test_manager_interface_4.groovy | 2 +- .../suites/mtmv_p0/test_build_mtmv.groovy | 2 +- .../suites/mtmv_p0/test_create_mv_mtmv.groovy | 2 +- .../suites/mtmv_p0/test_create_rollup_mtmv.groovy | 2 +- .../mtmv_p0/test_limit_partition_mtmv.groovy | 2 +- .../mtmv_p0/test_rollup_partition_mtmv.groovy | 4 +-- .../mv_p0/test_create_mv/test_create_mv.groovy | 2 +- .../nereids_arith_p0/topn/accept_null.groovy | 4 +-- .../scalar_function/Array.groovy | 16 ++++++++++ .../cache/parse_sql_from_sql_cache.groovy | 2 +- .../fold_constant/fold_constant_by_fe.groovy | 2 +- .../suites/nereids_p0/outfile/test_outfile.groovy | 12 ++++---- .../nereids_p0/outfile/test_outfile_expr.groovy | 2 +- .../nereids_p0/outfile/test_outfile_parquet.groovy | 8 +++-- ...st_date_or_datetime_computation_negative.groovy | 1 - .../mv/dimension/dimension_self_conn.groovy | 2 +- .../int_as_date_partition_col.groovy | 1 + .../partition_prune/one_col_range_partition.groovy | 1 + .../varchar_as_date_partition_col.groovy | 1 + .../suites/nereids_syntax_p0/group_bit.groovy | 2 +- .../suites/nereids_syntax_p0/rollup/bitmap.groovy | 2 +- .../auto_partition/test_auto_partition_load.groovy | 4 +-- .../test_auto_range_partition.groovy | 4 +-- ...t_dynamic_partition_mod_distribution_key.groovy | 2 +- .../test_dynamic_partition_with_alter.groovy | 2 +- .../suites/query_p0/sort/topn_2pr_rule.groovy | 2 +- .../suites/query_profile/test_profile.groovy | 2 +- .../test_agg_keys_schema_change.groovy | 8 ++--- .../test_agg_mv_schema_change.groovy | 8 ++--- .../test_agg_rollup_schema_change.groovy | 10 +++---- .../test_agg_schema_key_change_modify1.groovy | 6 ++-- .../test_agg_vals_schema_change.groovy | 4 +-- .../schema_change_p0/test_alter_uniq_null.groovy | 2 +- .../test_dup_keys_schema_change.groovy | 8 ++--- .../test_dup_mv_schema_change.groovy | 4 +-- .../test_dup_rollup_schema_change.groovy | 6 ++-- .../test_dup_schema_key_change_modify1.groovy | 6 ++-- .../test_dup_vals_schema_change.groovy | 4 +-- .../test_enable_light_schema_change.groovy | 2 +- .../test_uniq_keys_schema_change.groovy | 4 +-- .../test_uniq_mv_schema_change.groovy | 4 +-- .../test_uniq_rollup_schema_change.groovy | 4 +-- .../test_uniq_vals_schema_change.groovy | 8 ++--- .../test_varchar_schema_change.groovy | 4 +-- .../suites/show_p0/test_show_data.groovy | 2 +- .../suites/statistics/analyze_stats.groovy | 6 ++-- ...partial_update_delete_sign_with_conflict.groovy | 6 ++-- .../test_partial_update_parallel.groovy | 6 ++-- .../suites/update/test_update_configs.groovy | 2 +- .../suites/variant_p0/delete_update.groovy | 6 ++-- .../variant_p0/schema_change/schema_change.groovy | 2 +- .../workload_manager_p0/test_resource_tag.groovy | 10 +++---- 108 files changed, 435 insertions(+), 223 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org