This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 8f85ad1c96 [doc](intro) update the introduce (#11364)
8f85ad1c96 is described below
commit 8f85ad1c96836bbdde76d9afe7b3017ced09ba0b
Author: Mingyu Chen <[email protected]>
AuthorDate: Mon Aug 1 14:22:17 2022 +0800
[doc](intro) update the introduce (#11364)
---
.asf.yaml | 2 +-
.github/PULL_REQUEST_TEMPLATE.md | 6 ++++--
dist/LICENSE-dist.txt | 4 ++--
thirdparty/CHANGELOG.md | 5 +++++
4 files changed, 12 insertions(+), 5 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index f7ea7b4da8..cd299c7133 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -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 fede [...]
homepage: https://doris.apache.org/
labels:
- data-warehousing
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 13d98292b6..c6604f632a 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -2,7 +2,9 @@
Issue Number: close #xxx
-## Problem Summary:
+## Problem summary
+
+Describe your changes.
## Checklist(Required)
@@ -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
diff --git a/dist/LICENSE-dist.txt b/dist/LICENSE-dist.txt
index d496979a6a..05474ca28b 100644
--- a/dist/LICENSE-dist.txt
+++ b/dist/LICENSE-dist.txt
@@ -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
@@ -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
diff --git a/thirdparty/CHANGELOG.md b/thirdparty/CHANGELOG.md
index de91ea7843..5d0c4d754c 100644
--- a/thirdparty/CHANGELOG.md
+++ b/thirdparty/CHANGELOG.md
@@ -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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]