imay opened a new issue #1578: Compile BE with right MACRO after run-ut.sh URL: https://github.com/apache/incubator-doris/issues/1578 Currently, if we compile BE after running run-ut.sh, we will get a compiled BE with BE_TEST enable. In that BE, some code can't run correctly because it is undefined by the BE_TEST macro. Developer must run `./build.sh --be --clean` to get a correct BE. I want to improve this to let people get a correct BE without adding `--clean` option to build command.
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
