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 dc22836c949 [case](auth)Add case for auth (#45478)
     add 536ca0bfe68 [fix](auditlog)Fix auditlog NPE (#45772) (#45808)
     add aa728aef667 [Improvement](tools) refine tools schema (#45825)
     add 1c47f5cf576 [regression-test](fix) fix case with invalid grammer 
(#45211) (#45791)
     add 02f15a8ef0e [fix](inverted index) Fix Null Pointer Exception in 
function match(#45456)(#45774)
     add 4514652aa2a [fix](profile) Fix clean profile (#45838)
     add 9c7280bd586 [test](case) add partition prune cases (#44722) (#45823)
     add 69704df4472 [enhancement](blacklist) print the detail stack that the 
client is shutdown (#45850)
     add e3a322d03e6 [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   (dc22836c949)
            \
             N -- N -- N   refs/heads/auto-pick-45478-branch-2.1 (e3a322d03e6)

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/vec/functions/match.cpp                     |   3 +
 be/test/vec/function/function_match_test.cpp       |  61 +++
 .../apache/doris/common/util/ProfileManager.java   |   1 +
 .../java/org/apache/doris/qe/AuditLogHelper.java   |   6 +-
 .../org/apache/doris/rpc/BackendServiceClient.java |   5 +-
 .../statistics/ColumnStatisticsCacheLoader.java    |   2 +-
 .../suites/account_p0/test_alter_user.groovy       |  46 +-
 .../suites/account_p0/test_auth_show.groovy        |   4 +-
 .../suites/account_p0/test_grant_priv.groovy       |   4 +-
 .../account_p0/test_grant_priv_resource.groovy     |   4 +-
 .../account_p0/test_grant_priv_workload.groovy     |   4 +-
 .../account_p0/test_nereids_authentication.groovy  |  14 +-
 .../account_p0/test_nereids_row_policy.groovy      |   6 +-
 regression-test/suites/account_p0/test_role.groovy |   4 +-
 .../auth_p0/test_admin_copy_tablet_auth.groovy     |   2 +-
 .../suites/auth_p0/test_alter_policy_auth.groovy   |   2 +-
 .../suites/auth_p0/test_alter_view_auth.groovy     |   4 +-
 .../auth_p0/test_cancel_alter_system_auth.groovy   |   2 +-
 .../suites/auth_p0/test_create_policy_auth.groovy  |   2 +-
 .../suites/auth_p0/test_create_view_auth.groovy    |   4 +-
 .../test_drop_materialized_view_auth.groovy        |   2 +-
 .../suites/auth_p0/test_drop_policy_auth.groovy    |   2 +-
 .../test_master_slave_consistency_auth.groovy      |  64 +--
 .../suites/auth_p0/test_select_column_auth.groovy  |  16 +-
 .../suites/auth_p0/test_select_view_auth.groovy    |   4 +-
 .../test_set_ldap_admin_password_auth.groovy       |   2 +-
 .../test_show_catalog_recycle_bin_auth.groovy      |   2 +-
 .../auth_p0/test_show_create_database_auth.groovy  |   2 +-
 .../test_show_create_repository_auth.groovy        |   2 +-
 .../suites/auth_p0/test_show_data_auth.groovy      |   2 +-
 .../auth_p0/test_show_encryptkeys_auth.groovy      |   2 +-
 .../suites/auth_p0/test_show_plugins_auth.groovy   |   2 +-
 .../auth_p0/test_show_repositories_auth.groovy     |   2 +-
 .../suites/auth_p0/test_show_snapshot_auth.groovy  |   2 +-
 .../auth_p0/test_show_stream_load_auth.groovy      |   4 +-
 .../auth_p0/test_show_tablets_belong_auth.groovy   |   2 +-
 .../auth_p0/test_show_transaction_auth.groovy      |   2 +-
 .../suites/auth_p0/test_use_encryptkey_auth.groovy |   4 +-
 regression-test/suites/auth_up_down_p0/load.groovy |  22 +-
 .../auth_up_down_p0/test_grant_revoke_auth.groovy  |  12 +-
 .../auth/test_disable_revoke_admin_auth.groovy     |   2 +-
 .../test_compaction_uniq_keys_row_store.groovy     |   2 +-
 .../suites/delete_p0/test_delete_on_mor.groovy     |   2 +-
 .../suites/demo_p0/connect_action.groovy           |   2 +-
 .../hive/test_external_catalog_hive.groovy         |   2 +-
 .../hive/test_external_sql_block_rule.groovy       |   6 +-
 .../external_table_p0/hive/test_hive_other.groovy  |   2 +-
 .../iceberg/iceberg_drop_rest_table.groovy         |   2 +-
 .../external_table_p0/jdbc/test_jdbc_call.groovy   |   4 +-
 .../jdbc/test_mysql_jdbc_catalog.groovy            |   4 +-
 .../external_table_p0/tvf/test_catalogs_tvf.groovy |   6 +-
 .../test_insert_from_tvf_with_common_user.groovy   |   2 +-
 .../tvf/test_s3_tvf_with_resource.groovy           |   4 +-
 .../insert_p0/insert_group_commit_into.groovy      |  10 +-
 ...nsert_group_commit_into_max_filter_ratio.groovy |   2 +-
 .../insert_group_commit_into_unique.groovy         |   6 +-
 ...nsert_group_commit_into_unique_sync_mode.groovy |   6 +-
 .../insert_group_commit_with_large_data.groovy     |   2 +-
 .../suites/insert_p0/prepare_insert.groovy         |  10 +-
 .../test_group_commit_data_bytes_property.groovy   |   2 +-
 .../test_group_commit_interval_ms_property.groovy  |   2 +-
 regression-test/suites/insert_p0/test_jdbc.groovy  |   4 +-
 .../operate_internal_schema.groovy                 |   2 +-
 .../suites/javaudf_p0/test_javaudf_auth.groovy     |   4 +-
 .../suites/manager/test_manager_interface_3.groovy |  28 +-
 .../authorization/column_authorization.groovy      |   2 +-
 .../authorization/view_authorization.groovy        |   2 +-
 .../cache/parse_sql_from_sql_cache.groovy          |  18 +-
 .../suites/nereids_p0/delete/delete_cte.groovy     |   2 +-
 .../delete/delete_mow_partial_update.groovy        |   2 +-
 .../suites/nereids_p0/delete/delete_using.groovy   |   2 +-
 .../insert_into_table/insert_auth.groovy           |   6 +-
 .../insert_into_table/partial_update.groovy        |   2 +-
 .../partial_update_complex.groovy                  |   2 +-
 .../partial_update_seq_col.groovy                  |   2 +-
 .../mv/with_auth/with_select_table_auth.groovy     |   4 +-
 .../partition_prune/auto_partition.groovy          |  92 ++++
 .../partition_prune/hive_partition_prune.groovy    | 132 +++++
 .../int_as_date_partition_col.groovy               | 198 +++++++
 .../multi_column_range_partition.groovy            | 260 +++++++++
 .../partition_prune/one_col_list_partition.groovy  | 243 +++++++++
 .../partition_prune/one_col_range_partition.groovy | 321 +++++++++++
 .../varchar_as_date_partition_col.groovy           | 251 +++++++++
 .../suites/point_query_p0/test_point_query.groovy  |   6 +-
 .../test_point_query_partition.groovy              |   6 +-
 .../suites/prepared_stmt_p0/prepared_stmt.groovy   |   2 +-
 .../query_p0/system/test_partitions_schema.groovy  |   6 +-
 .../query_p0/system/test_table_options.groovy      |   6 +-
 .../query_p0/system/test_table_properties.groovy   |   6 +-
 .../suites/query_p0/test_row_policy.groovy         |   4 +-
 .../test_alter_table_column_rename.groovy          |   2 +-
 .../suites/show_p0/test_show_backends.groovy       |   4 +-
 .../suites/show_p0/test_show_statistic_proc.groovy |   4 +-
 .../suites/statistics/test_analyze_mtmv.groovy     |   2 +-
 .../suites/statistics/test_analyze_mv.groovy       |   2 +-
 .../partial_update/test_mix_partial_update.groovy  |   2 +-
 .../test_new_partial_update_delete.groovy          |   4 +-
 .../partial_update/test_partial_update.groovy      |   2 +-
 .../test_partial_update_2pc_schema_change.groovy   |   2 +-
 .../test_partial_update_after_delete.groovy        |   2 +-
 .../test_partial_update_auto_inc.groovy            |   2 +-
 .../test_partial_update_case_insensitivity.groovy  |   2 +-
 .../test_partial_update_complex_type.groovy        |   2 +-
 ...artial_update_complex_type_schema_change.groovy |   2 +-
 .../test_partial_update_default_value.groovy       |   2 +-
 .../test_partial_update_delete.groovy              |   2 +-
 .../test_partial_update_delete_sign.groovy         |   2 +-
 ...artial_update_insert_light_schema_change.groovy |   2 +-
 .../test_partial_update_insert_seq_col.groovy      |   2 +-
 .../test_partial_update_merge_type.groovy          |   2 +-
 .../test_partial_update_native_insert_stmt.groovy  |   2 +-
 ...artial_update_native_insert_stmt_complex.groovy |   2 +-
 .../test_partial_update_only_keys.groovy           |   2 +-
 .../test_partial_update_seq_col.groovy             |   2 +-
 .../test_partial_update_seq_col_delete.groovy      |   2 +-
 .../test_partial_update_seq_type.groovy            |   2 +-
 .../test_partial_update_seq_type_delete.groovy     |   2 +-
 .../test_partial_update_strict_mode.groovy         |   2 +-
 .../test_partial_update_upsert.groovy              |   2 +-
 .../test_partial_update_with_delete_stmt.groovy    |   2 +-
 .../test_partial_update_with_update_stmt.groovy    |   2 +-
 .../unique_with_mow_p0/test_delete_sign.groovy     |   2 +-
 .../suites/variant_p0/variant_with_rowstore.groovy |   2 +-
 .../workload_manager_p0/test_curd_wlg.groovy       |   8 +-
 .../workload_manager_p0/test_resource_tag.groovy   |   4 +-
 .../test_workload_sched_policy.groovy              |  12 +-
 tools/tpcds-tools/ddl/create-tpcds-tables-sf1.sql  | 242 ++++-----
 .../tpcds-tools/ddl/create-tpcds-tables-sf100.sql  | 589 +++++++++------------
 .../tpcds-tools/ddl/create-tpcds-tables-sf1000.sql | 472 ++++++++---------
 .../ddl/create-tpcds-tables-sf10000.sql            | 436 +++++++--------
 130 files changed, 2658 insertions(+), 1204 deletions(-)
 create mode 100644 be/test/vec/function/function_match_test.cpp
 create mode 100644 
regression-test/suites/nereids_rules_p0/partition_prune/auto_partition.groovy
 create mode 100644 
regression-test/suites/nereids_rules_p0/partition_prune/hive_partition_prune.groovy
 create mode 100644 
regression-test/suites/nereids_rules_p0/partition_prune/int_as_date_partition_col.groovy
 create mode 100644 
regression-test/suites/nereids_rules_p0/partition_prune/multi_column_range_partition.groovy
 create mode 100644 
regression-test/suites/nereids_rules_p0/partition_prune/one_col_list_partition.groovy
 create mode 100644 
regression-test/suites/nereids_rules_p0/partition_prune/one_col_range_partition.groovy
 create mode 100644 
regression-test/suites/nereids_rules_p0/partition_prune/varchar_as_date_partition_col.groovy


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

Reply via email to