This is an automated email from the ASF dual-hosted git repository. adonisling pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new 4ebb517af00 [fix](be-ut) Fix compilation errors caused by missing opentelemetry headers (#26739) 4ebb517af00 is described below commit 4ebb517af0065e1e891d2936386e94dca4362960 Author: zhiqiang <seuhezhiqi...@163.com> AuthorDate: Fri Nov 10 00:58:46 2023 -0600 [fix](be-ut) Fix compilation errors caused by missing opentelemetry headers (#26739) --- be/test/vec/function/function_test_util.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/be/test/vec/function/function_test_util.cpp b/be/test/vec/function/function_test_util.cpp index 3a9a141b011..c0a1df599f9 100644 --- a/be/test/vec/function/function_test_util.cpp +++ b/be/test/vec/function/function_test_util.cpp @@ -18,7 +18,6 @@ #include "vec/function/function_test_util.h" #include <glog/logging.h> -#include <opentelemetry/common/threadlocal.h> #include <iostream> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org