HappenLee

Results 12 issues of HappenLee

# Proposed changes Issue Number: close #11545 ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes - [x] No -...

area/planner
area/sql/function
area/vectorization
reviewed

# Proposed changes Issue Number: close #11429 #9861 ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes - [ ]...

area/planner
kind/test
area/sql/function
area/vectorization

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Description Support `project` and `output_tuple` in the new vectorized query engine ###...

kind/feature

# Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes - [ ] No...

area/vectorization

# Proposed changes Use the segment static to speed up some not grouping agg query:`min`, `max`, `count` Here need to a new SegmentIter call `StatisticsIter` to do the work. lineorder...

area/planner
area/vectorization
reviewed

# Proposed changes clickbench 1 tablet: ## Problem summary Describe your changes. ## Checklist(Required) * [ ] Does it affect the original behavior * [ ] Has unit tests been...

area/planner
kind/test
area/sql/function
area/vectorization

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Description 1. trun 2. random_byte 3. oct ### Use case _No response_...

kind/feature

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Description support two opeartor of array function 1. select [1,2] in ([1,2],[3,4])...

kind/feature

## Proposed changes Before: ``` select PERCENTILE(lo_orderkey, 0.5) from lineorder; +--------------------------------------------------------------+ | percentile(cast(lo_orderkey as BIGINT), cast(0.5 as DOUBLE)) | +--------------------------------------------------------------+ | 300013154 | +--------------------------------------------------------------+ 1 row in set (1min49 sec)...

## Proposed changes Before error msg: ``` Failed to submit scanner to scanner pool ``` After error msg: ``` Failed to submit scanner to scanner pool reason:Scan thread pool had...

approved
reviewed