Drake Wang
Drake Wang
## Why I'm doing: ## What I'm doing: Fixes #41720 ## What type of PR is this: - [x] BugFix - [ ] Feature - [ ] Enhancement - [...
### Steps to reproduce the behavior (Required) ```sql create table t (id int) properties ("bucket_size"="16"); insert into t values (1); insert into t values (2); insert into t values (3);...
Why I'm doing: What I'm doing: Record lake compaction process metrics, after this pr we can see compaction metrics in be/cn's log ```sh I0226 15:05:07.353010 307673 vertical_compaction_task.cpp:109] Vertical compaction finished....
## Feature request A feature similar to #36865 is needed for shared-data cluster. **Is your feature request related to a problem? Please describe.** In shared data cluster, when executing `show...
## Why I'm doing: ## What I'm doing: Fixes #29677 ## What type of PR is this: - [X] BugFix - [ ] Feature - [ ] Enhancement - [...