This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push: new 61a60d1dcc [code style] minor update for code style (#9695) 61a60d1dcc is described below commit 61a60d1dccc757df02765d055e599df0a8ac3124 Author: Gabriel <gabrielleeb...@gmail.com> AuthorDate: Fri May 20 11:47:49 2022 +0800 [code style] minor update for code style (#9695) --- be/src/exec/parquet_reader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/be/src/exec/parquet_reader.h b/be/src/exec/parquet_reader.h index 2323656d78..77b946b691 100644 --- a/be/src/exec/parquet_reader.h +++ b/be/src/exec/parquet_reader.h @@ -38,8 +38,8 @@ #include <string> #include <thread> -#include "common/status.h" #include "common/config.h" +#include "common/status.h" #include "gen_cpp/PaloBrokerService_types.h" #include "gen_cpp/PlanNodes_types.h" #include "gen_cpp/Types_types.h" --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org