starocean999

Results 21 issues of starocean999

# Proposed changes Issue Number: close #xxx ## Problem summary When the subquery's root node is a agg node, the output slot may come from the child outer join node's...

area/planner
kind/test

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

approved
area/sql/function
area/vectorization
reviewed

# Proposed changes 1. group_concat(distinct x, order by y) is not correctly implemented, return an error message "not support" for now 2. support multi distinct group_concat to allow select group_concat(distinct...

area/planner
kind/test
area/vectorization
area/nereids

# Proposed changes pick from master https://github.com/apache/doris/pull/17237 ## Problem summary Describe your changes. ## Checklist(Required) * [ ] Does it affect the original behavior * [ ] Has unit tests...

area/planner
area/vectorization

# Proposed changes Issue Number: close #xxx ## Problem summary 1. first_value should be converted to last_value in some case like old planner 2. make the 3rd parameter of lead/lag...

area/planner
kind/test
area/vectorization
area/nereids

## Proposed changes pick from master https://github.com/apache/doris/pull/30908 ## Further comments If this is a relatively large or complex change, kick off the discussion at [[email protected]](mailto:[email protected]) by explaining why you chose...

kind/test
area/nereids

## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [[email protected]](mailto:[email protected]) by explaining why you chose...

reviewed

## Proposed changes The output slot's nullable info is not correctly calculated in union node. Because old code only get correct result if union node has children. But the union...

dev/2.1.x

## Proposed changes when passing the expr's nullable flag to be, the old code call the expr's isNullable method to get this value. The isNullable method is obsolete and may...

approved
reviewed
dev/2.1.x

… pick from master https://github.com/apache/doris/pull/35074 ## Further comments If this is a relatively large or complex change, kick off the discussion at [[email protected]](mailto:[email protected]) by explaining why you chose the solution...

kind/test
area/nereids