This is an automated email from the ASF dual-hosted git repository.
yangzhg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push:
new 513b1e7 [Docs] ADD: fe-idea-dev.md add thrift version notice (#6104)
513b1e7 is described below
commit 513b1e735842896326e54432336eea0d359e5f64
Author: Stalary <[email protected]>
AuthorDate: Tue Jun 29 11:35:55 2021 +0800
[Docs] ADD: fe-idea-dev.md add thrift version notice (#6104)
---
docs/zh-CN/developer-guide/fe-idea-dev.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/zh-CN/developer-guide/fe-idea-dev.md
b/docs/zh-CN/developer-guide/fe-idea-dev.md
index 1ca9de3..c51bbd7 100644
--- a/docs/zh-CN/developer-guide/fe-idea-dev.md
+++ b/docs/zh-CN/developer-guide/fe-idea-dev.md
@@ -36,7 +36,7 @@ JDK1.8+, IntelliJ IDEA
3. 如果仅进行fe开发而没有编译过thirdparty,则需要安装thrift,并将thrift 复制或者连接到
`thirdparty/installed/bin` 目录下
- 1. 安装 thrift 0.9.3 版本。
+ 1. 安装 thrift 0.9.3 版本(注意:Doris 基于 thrift 0.9.3 构建, 使用新版本会导致编译不通过)
MacOS: `brew install [email protected]`
Windows: `http://archive.apache.org/dist/thrift/0.9.3/thrift-0.9.3.exe`
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]