You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by yi...@apache.org on 2022/05/20 03:47:54 UTC

[incubator-doris] branch master updated: [code style] minor update for code style (#9695)

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 <ga...@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-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org