eyes_on_me
                                            eyes_on_me
                                        
                                    ## What type of PR is this: - [ ] bug - [ ] feature - [x] enhancement - [x] refactor - [ ] others ## Which issues of this...
## What type of PR is this: - [ ] bug - [ ] feature - [x] enhancement - [x] refactor - [ ] others ## Which issues of this...
## What type of PR is this: - [ ] BugFix - [x] Feature - [x] Enhancement - [ ] Refactor - [ ] UT - [ ] Doc -...
## Why I'm doing: Currently, spill needs to read chunks one by one from the Block during the restore phase. BlockReader has no cache, so an IO request is triggered...
## Why I'm doing: ## What I'm doing: Fixes #47673 ### Root Cause The spill restore task supports a yield mechanism, and if a task runs for more than a...
### Steps to reproduce the behavior (Required) data set: TPCH-1TB run query09 with the following settings ```sql set pipeline_dop=4; set enable_spill=true; set spill_mode='force'; select nation, o_year, sum(amount) as sum_profit from...
## Why I'm doing: ## What I'm doing: Fixes #issue ## What type of PR is this: - [ ] BugFix - [ ] Feature - [ ] Enhancement -...
## Why I'm doing: ## What I'm doing: we only update _total_consumed_bytes in `MemCacheManager::consume`, but release and failure_handler ignored it before, so I fix it. ## What type of PR...
## Why I'm doing: ## What I'm doing: This is a part of #48195 follow-up work, In this PR, I support memory estimation of array_agg and group_concat. These two states...
## Why I'm doing: ## What I'm doing: Fixes #issue ## What type of PR is this: - [ ] BugFix - [ ] Feature - [x] Enhancement - [...