doris
doris copied to clipboard
Apache Doris is an easy-to-use, high performance and unified analytics database.
# Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes - [ ] No...
# Proposed changes - colocate join - bucket shuffle join - shuffle join - broadcast join ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes -...
# 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...
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...
# 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...
# 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 -...
# 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:...
# 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;...