Search before asking
Version
doris-version:doris-2.0.0-rc04
compiling environment:apache/doris:build-env-for-2.0
support avx2 instruction set
os:Linux master 5.15.0-91-generic #101~20.04.1-Ubuntu SMP Thu Nov 16 14:22:28 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
What's Wrong?
When I execute the compile command, I get an error, the interface is of type void and the implementation inside is of type int。
What You Expected?
edit suceess
How to Reproduce?
- build environment
docker run -it --network=host --name yqdoris -v /root/.m2:/root/.m2 -v /root/yq/doris-2.0.0-rc04/:/root/doris-2.0.0-rc04/ apache/doris:build-env-for-2.0
2.Execute edit command
sh build.sh --clean --be --fe


Anything Else?
No response
Are you willing to submit PR?
Code of Conduct