doris icon indicating copy to clipboard operation
doris copied to clipboard

Apache Doris is an easy-to-use, high performance and unified analytics database.

Results 1395 doris issues
Sort by recently updated
recently updated
newest added

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

area/vectorization
area/multi-catalog

# Proposed changes - colocate join - bucket shuffle join - shuffle join - broadcast join ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes -...

area/planner
area/nereids

# Proposed changes Issue Number: close #11606 1. remove referenced_column(seems unused now). 2. fix mv slot ref id wrong. 3. add type check for hll_hash. 4. enable non-nullable column change...

area/planner
approved
area/sql/function
area/vectorization
reviewed
dev/1.1.2

Stream load will ignore invisible columns if no http header columns specified, but in some case user cannot get all columns if columns changed frequently。 Add a hidden_columns header to...

area/load
kind/docs
area/planner
area/routine load

# Proposed changes After this PR, all existing test cases will pass when `enable_date_conversion` is `true`. ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original...

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

# Proposed changes Issue Number: close #11627 ## Problem summary Fix bug for Cache Reader ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes - [x]...

### 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. ### Version Doris 1.1.1 rc03 ### What's Wrong? MySQL [testdb]> select count(*) from...

# 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 #11639 ## Problem summary This commit: 1、fix the issue 2、add reggresion test for cast array ## Checklist(Required) 1. Does it affect the original behavior:...

area/planner
kind/test

# Proposed changes Issue Number: close #10052 1. this pr is used to add the array_join function. 2. the usage is as below: ``` mysql> set enable_array_type=true; mysql> set enable_vectorized_engine=true;...

kind/docs
kind/test
approved
area/sql/function
area/vectorization
reviewed