hf200012 commented on a change in pull request #6963: URL: https://github.com/apache/incubator-doris/pull/6963#discussion_r738865957
########## File path: docs/en/developer-guide/fe-idea-dev.md ########## @@ -43,12 +43,12 @@ If your are only interested in FE module, and for some reason you can't or don't the minimum tool required for FE module is `thrift`, so you can manually install `thrift` and copy or create a link of the executable `thrift` command to `./thirdparty/installed/bin`. -Doris build against `thrift` 0.9.3, and `thrift` 0.9.3.1 should also work well, but the newer version will not. +Doris build against `thrift` 0.13.0, and `thrift` 0.13.0 should also work well, but the newer version will not. -If your are using macOS, try `brew install [email protected]` and will get `thrift` 0.9.3.1 installed at `/usr/local/opt/[email protected]/bin/thrift`, +If your are using macOS, try `brew install [email protected]` and will get `thrift` 0.13.0 installed at `/usr/local/opt/[email protected]/bin/thrift`, then create a soft link to `./thirdparty/installed/bin/thrift`. -For Windows users, download `thrift` 0.9.3 from `http://archive.apache.org/dist/thrift/0.9.3/thrift-0.9.3.exe`, +For Windows users, download `thrift` 0.13.0 from `http://archive.apache.org/dist/thrift/0.13.0/thrift-0.13.0.exe`, Review comment: Same as above -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
