doris
doris copied to clipboard
Apache Doris is an easy-to-use, high performance and unified analytics database.
Add java style in clang-format to avoid format error when writing java code: 
# Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes - [ ] No...
### 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 1.1.1 ### What's Wrong? The result of left join operator is...
# Proposed changes Issue Number: close #11592 ## Problem summary Currently, we already support cast to array on vectorized engine, and most of the array functions only supported on vectorized...
### 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 Currently, there are several ways to load data into Doris, like...
# Proposed changes Issue Number: close #xxx ## Problem summary support view in query ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes - [-] No...
# Proposed changes Add p0 test cases, including: aggregate join union order by group by keyword arithmetic operators logical operators case function coalesce between in like limit where regexp window...
### 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 master ### What's Wrong? cast(array as array) causes be core dump....
# Proposed changes Issue Number: close #xxx ## Problem summary There are currently many types of ScanNodes in Doris. And most of the logic of these ScanNodes is the same,...
# Proposed changes Issue Number: close #xxx Improve count distinct performance by using fastunion. Testing our user real data has a 10-40% performance improvement. ## Problem summary Describe your changes....