Skip to content

Commit

Permalink
[doc](intro) update the introduce (apache#11364)
Browse files Browse the repository at this point in the history
  • Loading branch information
morningman authored Aug 1, 2022
1 parent 8a8e8e8 commit 8f85ad1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#

github:
description: Apache Doris is an MPP-based interactive SQL data warehousing for reporting and analysis.
description: Apache Doris is an easy-to-use, high-performance and unified analytical database. It compatible with MySQL protocol, and using standard SQL. It has extremely fast performance in low-latency and high-throughput queries with columnar storage engine, modern MPP architecture, vectorized query engine, pre-aggregated materialized view and data index. It's a highly cohesive system that can support real-time data serving, interactive data analysis, offline data processing and federated quering for datalake scenarios, one for all.
homepage: https://doris.apache.org/
labels:
- data-warehousing
Expand Down
6 changes: 4 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

Issue Number: close #xxx

## Problem Summary:
## Problem summary

Describe your changes.

## Checklist(Required)

Expand All @@ -22,7 +24,7 @@ Issue Number: close #xxx
- [ ] Yes
- [ ] No
5. Are there any changes that cannot be rolled back:
- [ ] Yes
- [ ] Yes (If Yes, please explain WHY)
- [ ] No

## Further comments
Expand Down
4 changes: 2 additions & 2 deletions dist/LICENSE-dist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1513,7 +1513,7 @@ This projects includes binary packages with the following licenses (BE part):
The Apache Software License, Version 2.0
* thrift: 0.13
* flatbuffers: 2.0.0
* brpc: 1.0.0
* brpc: 1.1.0
* rocksdb: 5.14.2
* arrow: 7.0.0
* S2: 0.9.0
Expand Down Expand Up @@ -1557,7 +1557,7 @@ Other dependencies:
* vectorscan: 5.4.7 -- license/LICENSE-vectorscan.txt
* boost: 1.73.0 -- license/LICENSE-boost.txt
* unixodbc: 2.3.7 -- license/LICENSE-unixodbc.txt
* leveldb: 1.20 -- license/LICENSE-leveldb.txt
* leveldb: 1.23 -- license/LICENSE-leveldb.txt
* cyrus-sasl: 2.1.27 -- license/LICENSE-cyrus-sasl.txt
* librdkafka: 1.8.2 -- license/LICENSE-librdkafka.txt
* zstd: 1.5.0 -- license/LICENSE-zstd.txt
Expand Down
5 changes: 5 additions & 0 deletions thirdparty/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

This file contains version of the third-party dependency libraries in the build-env image. The docker build-env image is apache/doris, and the tag is `build-env-${version}`

## v20220718

- Modified: brpc 1.0.0 -> 1.1.0
- Modified: leveldb 1.20 -> 1.23

## v20220606
- Added: vectorscan 5.4.7, and a patch for compilation

Expand Down

0 comments on commit 8f85ad1

Please sign in to comment.