This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-paimon.git
The following commit(s) were added to refs/heads/master by this push:
new 575fb179e [doc] Update overview.md Clickhouse -> ClickHouse (#1518)
575fb179e is described below
commit 575fb179e2ae596ff6a4a20ab7bbf62135e5e3e3
Author: flynn <[email protected]>
AuthorDate: Sun Jul 9 11:20:16 2023 +0800
[doc] Update overview.md Clickhouse -> ClickHouse (#1518)
---
docs/content/concepts/overview.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/content/concepts/overview.md
b/docs/content/concepts/overview.md
index fbbd7c11d..9dce249f7 100644
--- a/docs/content/concepts/overview.md
+++ b/docs/content/concepts/overview.md
@@ -54,7 +54,7 @@ For streaming engines like Apache Flink, there are typically
three types of conn
- Message queue, such as Apache Kafka, it is used in both source and
intermediate stages in this pipeline, to guarantee the latency stay
within seconds.
-- OLAP system, such as Clickhouse, it receives processed data in
+- OLAP system, such as ClickHouse, it receives processed data in
streaming fashion and serving user’s ad-hoc queries.
- Batch storage, such as Apache Hive, it supports various operations
of the traditional batch processing, including `INSERT OVERWRITE`.