This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch auto-pick-46280-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
discard f0618fb7a62 [Improve](mtmv) skip the generation of invalid task for refresh mtmv (#46280) add 26f570f40e0 [test](test) fix unstable paimon test cases (#46383) add 333b54eaba1 [fix](ip) fix ip nullable param without check (#44700) (#46252) add 384b78fa4e5 [Fix]delete internal group (#46351) add 08cb06396b0 branch-2.1: [Fix](index build) should not append index to meta while column id is -1 #46307 (#46345) add f93452dba7c branch-2.1: [improve](move-memtable) disable stack trace in load stream reply #46318 (#46332) add 69de40ca271 branch-2.1: [fix](regression-test) fix injection would not be removed when exception #46357 (#46360) add e9921d7a076 branch-2.1: [fix](external catalog) Fixed non-master FE log replay during refresh (#46373) add d8c94d6392c branch-2.1: [fix](regression)fix hive translation unstable case. #46385 (#46409) add db224ba15ff [fix](variant) fix schema change for variant from not null to null (#46403) add 8b45258ae6e [fix](external)using saved member variables for 2.1 (#46156) (#46400) add b8b7f676401 [Improve](mtmv) skip the generation of invalid task for refresh mtmv (#46280) 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 (f0618fb7a62) \ N -- N -- N refs/heads/auto-pick-46280-branch-2.1 (b8b7f676401) 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/olap/tablet_schema.h | 5 +- be/src/olap/task/index_builder.cpp | 1 - be/src/runtime/exec_env_init.cpp | 4 +- .../workload_group/workload_group_manager.cpp | 23 -------- .../workload_group/workload_group_manager.h | 12 ---- be/src/vec/common/schema_util.cpp | 29 +++++++--- be/src/vec/functions/function_ip.h | 65 ++++++++-------------- be/src/vec/sink/load_stream_stub.cpp | 2 +- .../scripts/create_preinstalled_scripts/run25.hql | 7 ++- .../doris/analysis/AlterWorkloadGroupStmt.java | 9 +-- .../doris/analysis/CreateWorkloadGroupStmt.java | 10 +--- .../main/java/org/apache/doris/catalog/Env.java | 2 - .../apache/doris/datasource/ExternalCatalog.java | 2 +- .../apache/doris/datasource/ExternalDatabase.java | 2 +- .../apache/doris/datasource/FileQueryScanNode.java | 9 ++- .../doris/datasource/hive/source/HiveScanNode.java | 2 +- .../doris/datasource/hudi/source/HudiScanNode.java | 3 +- .../CreateInternalWorkloadGroupThread.java | 55 ------------------ .../resource/workloadgroup/WorkloadGroup.java | 39 +------------ .../resource/workloadgroup/WorkloadGroupMgr.java | 27 +-------- gensrc/thrift/BackendService.thrift | 3 - regression-test/README.md | 2 + .../variant_p0/schema_change/schema_change.out | 10 ++++ .../lower_case/test_conflict_name.groovy | 10 +++- .../lower_case/test_lower_case_meta_include.groovy | 10 +++- .../test_lower_case_meta_show_and_select.groovy | 10 +++- ...ta_with_lower_table_conf_show_and_select.groovy | 11 +++- .../lower_case/test_lower_case_mtmv.groovy | 10 +++- .../test_meta_cache_select_without_refresh.groovy | 10 +++- .../lower_case/test_meta_names_mapping.groovy | 10 +++- .../lower_case/test_timing_refresh_catalog.groovy | 10 +++- .../lower_case/upgrade/load.groovy | 8 ++- .../paimon/paimon_base_filesystem.groovy | 8 +-- .../hive/test_hive_translation_insert_only.groovy | 1 + .../test_multi_table_load_error.groovy | 2 +- .../test_ipv6_cidr_to_range_function.groovy | 12 ++-- .../variant_p0/schema_change/schema_change.groovy | 30 ++++++++++ .../workload_manager_p0/test_curd_wlg.groovy | 24 -------- 38 files changed, 193 insertions(+), 296 deletions(-) delete mode 100644 fe/fe-core/src/main/java/org/apache/doris/resource/workloadgroup/CreateInternalWorkloadGroupThread.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org