heguanhui

Results 9 issues of heguanhui

### What problem does this PR solve? This PR introduces REST APIs for scaling the broker cluster, including ADD, DROP, and DROP_ALL, which are fully compatible with SQL commands. This...

### What problem does this PR solve? This feature addresses the issue that Doris cannot query Iceberg views. 1. Prerequisite Dependencies Iceberg version 1.7.x+ 2. Design Approach - Enhanced View...

dev/3.0.x-experimental
dev/3.1.x

Implement dual access methods for master frontend node information: - SHOW FRONTEND MASTER SQL command for query interface - GET /api/frontend/master HTTP API for programmatic access - Shared utility method...

[improvement] (deitlog) Skip edit log writing when global variable value unchanged Avoid unnecessary edit log writes when setting global variable to the same value. This reduces disk I/O and prevents...

[improve](editlog) judge tag map if changed when modify backend to avoid unnecessary write edit log ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem...

Add wait mechanism for TPCH data loading to prevent token competition Fix token competition issue in load-tpch-data.sh where lineitem occupies all tokens, blocking orders and partsupp imports. Add wait commands...

Support display full schema for iceberg view ddl - Output the view location info - output the view properties info ### Release note None ### Check List (For Author) -...

- batch set for variables - batch get get for variables - batch unset for variables - unset all variables ### Release note support restapis to fullfil functions like show...

[Fix](cdc) Fix BE data loss caused by invalid checkpoint recovery during Flink CDC Stream Load with BE unavailable scenario ## Problem Summary: Fix data loss on BE after Flink job...