This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch auto-pick-46320-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
discard a4da136b193 [fix](test) fix test_autoinc_broker_load.groovy (#46320) add 98a8738a7dc [fix](metaCache)fix bug that names cache can not invalidate.(#46287) (#46349) add 18846751d57 branch-2.1: [Bug](scan) do not release tablet_reader on NewOlapScanner::close #46296 (#46355) add 05292563caf branch-2.1: [fix](statistics)Fix sample all tablets scale factor incorrect bug. #46306 (#46329) add ff68859546e branch-2.1: [improvement](http) improve table schema api for catalog table #45933 (#45982) add c2a17b8ad9b [fix](schema-change) Fix job replay failure when partitions added to table after job finish (#46166) (#46367) 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 714b90a7fe3 branch-2.1: [fix](arrow-flight-sql) Fix arrow-flight-sql ConnectContext to use a unified ID #46284 (#46389) add 012848060b2 branch-2.1: [fix](test) Fix mysql catalog check db test #46263 (#46343) add 6d0c0c3e2ed [fix](test) fix test_autoinc_broker_load.groovy (#46320) 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 (a4da136b193) \ N -- N -- N refs/heads/auto-pick-46320-branch-2.1 (6d0c0c3e2ed) 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/exec/scan/new_olap_scanner.cpp | 8 - be/src/vec/functions/function_ip.h | 65 +++--- be/src/vec/sink/load_stream_stub.cpp | 2 +- .../scripts/create_preinstalled_scripts/run25.hql | 7 +- .../org/apache/doris/alter/SchemaChangeJobV2.java | 20 +- .../doris/analysis/AlterWorkloadGroupStmt.java | 9 +- .../doris/analysis/CreateWorkloadGroupStmt.java | 10 +- .../main/java/org/apache/doris/catalog/Env.java | 2 - .../apache/doris/datasource/ExternalCatalog.java | 8 +- .../apache/doris/datasource/ExternalDatabase.java | 15 +- .../apache/doris/datasource/FileQueryScanNode.java | 9 +- .../doris/datasource/hive/HMSExternalCatalog.java | 5 +- .../doris/datasource/hive/source/HiveScanNode.java | 2 +- .../doris/datasource/hudi/source/HudiScanNode.java | 3 +- .../doris/datasource/metacache/MetaCache.java | 17 +- .../doris/httpv2/controller/BaseController.java | 10 +- .../doris/httpv2/rest/RestBaseController.java | 1 + .../doris/httpv2/rest/TableSchemaAction.java | 39 +++- .../java/org/apache/doris/qe/ConnectScheduler.java | 2 +- .../CreateInternalWorkloadGroupThread.java | 55 ------ .../resource/workloadgroup/WorkloadGroup.java | 39 +--- .../resource/workloadgroup/WorkloadGroupMgr.java | 27 +-- .../sessions/FlightSessionsWithTokenManager.java | 7 +- .../apache/doris/statistics/BaseAnalysisTask.java | 4 +- .../apache/doris/statistics/OlapAnalysisTask.java | 4 +- .../org/apache/doris/datasource/MetaCacheTest.java | 219 +++++++++++++++++++++ .../doris/statistics/OlapAnalysisTaskTest.java | 2 +- gensrc/thrift/BackendService.thrift | 3 - regression-test/README.md | 2 + .../jdbc/test_mysql_jdbc_catalog.out | 20 -- .../variant_p0/schema_change/schema_change.out | 10 + .../jdbc/test_mysql_jdbc_catalog.groovy | 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 + .../http_rest_api/get/test_schema_api.groovy | 60 ++++++ .../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 --- 54 files changed, 556 insertions(+), 380 deletions(-) delete mode 100644 fe/fe-core/src/main/java/org/apache/doris/resource/workloadgroup/CreateInternalWorkloadGroupThread.java create mode 100644 fe/fe-core/src/test/java/org/apache/doris/datasource/MetaCacheTest.java create mode 100644 regression-test/suites/http_rest_api/get/test_schema_api.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org