morningman commented on a change in pull request #4371:
URL: https://github.com/apache/incubator-doris/pull/4371#discussion_r474383396
##########
File path: docs/zh-CN/installing/compilation.md
##########
@@ -106,3 +106,22 @@ under the License.
```
编译完成后,产出文件在 `output/` 目录中。
+
+## 特别声明
+
+自 0.13 版本开始,默认的编译产出中将取消对 [1] 和 [2] 两个第三方库的依赖。这两个第三方库为 [GNU General Public
License V3](https://www.gnu.org/licenses/gpl-3.0.en.html) 协议。该协议与 [Apache
License 2.0](https://www.apache.org/licenses/LICENSE-2.0) 协议不兼容,因此默认不出现在 Apache
发布版本中。
+
+依赖库 [1] 会导致无法访问 MySQL 外部表。访问 MySQL 外部表的功能会在后续版本中通过 UnixODBC 实现。
Review comment:
> 建议前面依赖库前面 加一个 “移除”。
好的
> 还有就是依赖库[1] 应该是MySQL client吧!
事实上,我们在第三方库中下载了完整的 MySQL 源码,其中包括 server 和 client 部分,但是我们只使用了其中的 client 部分。注释
[1] 中标注的 `mysql-5.7.18`,是在 `thirdparty/var.sh` 中写明的依赖名称,感觉两边一致的话,更便于用户查找。
##########
File path: docs/zh-CN/installing/compilation.md
##########
@@ -106,3 +106,22 @@ under the License.
```
编译完成后,产出文件在 `output/` 目录中。
+
+## 特别声明
+
+自 0.13 版本开始,默认的编译产出中将取消对 [1] 和 [2] 两个第三方库的依赖。这两个第三方库为 [GNU General Public
License V3](https://www.gnu.org/licenses/gpl-3.0.en.html) 协议。该协议与 [Apache
License 2.0](https://www.apache.org/licenses/LICENSE-2.0) 协议不兼容,因此默认不出现在 Apache
发布版本中。
+
+依赖库 [1] 会导致无法访问 MySQL 外部表。访问 MySQL 外部表的功能会在后续版本中通过 UnixODBC 实现。
Review comment:
OK
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]