-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In 3.3.5/master, build failure because of thrift version #52735
Comments
thrift in fe module is upgraded to 0.20.0 in main/v3.3 https://github.com/StarRocks/starrocks/blob/main/fe/pom.xml#L392 |
Actully,if you build fe with thrift 0.20.0, error will happen:
|
doesn't look like an issue from my repro
|
Thanks, it is seems like my local environment problem. |
By the way, when i build with comamnd: build.sh --fe, the error will happen below:
I miss something else? |
if you are trying to build the thirdparty from ground, make sure the env is clean without pre-installed libraries or utilities, such as system-wide isntalled thrift command or protobuf-c-compile. |
Thanks. |
Steps to reproduce the behavior (Required)
As i know, in 3.3.5/master the version of thrift is 0.20.0, but in fe module, we need thrift 0.13.0
Expected behavior (Required)
build success
Real behavior (Required)
StarRocks version (Required)
3.3.5 /master
The text was updated successfully, but these errors were encountered: