github-actions[bot] commented on code in PR #18681:
URL: https://github.com/apache/doris/pull/18681#discussion_r1167574323


##########
be/src/olap/match_predicate.h:
##########
@@ -18,10 +18,11 @@
 #ifndef DORIS_BE_SRC_QUERY_EXPRS_MATCH_PREDICATE_H
 #define DORIS_BE_SRC_QUERY_EXPRS_MATCH_PREDICATE_H

Review Comment:
   warning: macro is not used [clang-diagnostic-unused-macros]
   ```cpp
   #define DORIS_BE_SRC_QUERY_EXPRS_MATCH_PREDICATE_H
           ^
   ```
   



##########
be/src/olap/task/engine_batch_load_task.h:
##########
@@ -18,12 +18,13 @@
 #ifndef DORIS_BE_SRC_OLAP_TASK_ENGINE_BATCH_LOAD_TASK_H
 #define DORIS_BE_SRC_OLAP_TASK_ENGINE_BATCH_LOAD_TASK_H

Review Comment:
   warning: macro is not used [clang-diagnostic-unused-macros]
   ```cpp
   #define DORIS_BE_SRC_OLAP_TASK_ENGINE_BATCH_LOAD_TASK_H
           ^
   ```
   



##########
be/src/vec/functions/function_java_udf.h:
##########
@@ -17,9 +17,9 @@
 
 #pragma once
 
+#include <gen_cpp/Exprs_types.h>
 #include <jni.h>

Review Comment:
   warning: 'jni.h' file not found [clang-diagnostic-error]
   ```cpp
   #include <jni.h>
            ^
   ```
   



##########
be/src/olap/rowset/rowset_factory.h:
##########
@@ -18,7 +18,8 @@
 #ifndef DORIS_BE_SRC_OLAP_ROWSET_FACTORY_H
 #define DORIS_BE_SRC_OLAP_ROWSET_FACTORY_H

Review Comment:
   warning: macro is not used [clang-diagnostic-unused-macros]
   ```cpp
   #define DORIS_BE_SRC_OLAP_ROWSET_FACTORY_H
           ^
   ```
   



##########
be/src/tools/meta_tool.cpp:
##########
@@ -15,6 +15,8 @@
 // specific language governing permissions and limitations
 // under the License.
 
+#include <gen_cpp/olap_file.pb.h>

Review Comment:
   warning: 'gen_cpp/olap_file.pb.h' file not found [clang-diagnostic-error]
   ```cpp
   #include <gen_cpp/olap_file.pb.h>
            ^
   ```
   



##########
be/src/olap/task/engine_checksum_task.h:
##########
@@ -18,7 +18,8 @@
 #ifndef DORIS_BE_SRC_OLAP_TASK_ENGINE_CHECKSUM_TASK_H
 #define DORIS_BE_SRC_OLAP_TASK_ENGINE_CHECKSUM_TASK_H

Review Comment:
   warning: macro is not used [clang-diagnostic-unused-macros]
   ```cpp
   #define DORIS_BE_SRC_OLAP_TASK_ENGINE_CHECKSUM_TASK_H
           ^
   ```
   



##########
be/src/olap/task/engine_storage_migration_task.h:
##########
@@ -18,7 +18,8 @@
 #ifndef DORIS_BE_SRC_OLAP_TASK_ENGINE_STORAGE_MIGRATION_TASK_H
 #define DORIS_BE_SRC_OLAP_TASK_ENGINE_STORAGE_MIGRATION_TASK_H

Review Comment:
   warning: macro is not used [clang-diagnostic-unused-macros]
   ```cpp
   #define DORIS_BE_SRC_OLAP_TASK_ENGINE_STORAGE_MIGRATION_TASK_H
           ^
   ```
   



##########
be/src/olap/rowset/rowset_meta.h:
##########
@@ -18,12 +18,13 @@
 #ifndef DORIS_BE_SRC_OLAP_ROWSET_ROWSET_META_H
 #define DORIS_BE_SRC_OLAP_ROWSET_ROWSET_META_H

Review Comment:
   warning: macro is not used [clang-diagnostic-unused-macros]
   ```cpp
   #define DORIS_BE_SRC_OLAP_ROWSET_ROWSET_META_H
           ^
   ```
   



##########
be/src/olap/task/engine_publish_version_task.h:
##########
@@ -18,7 +18,8 @@
 #ifndef DORIS_BE_SRC_OLAP_TASK_ENGINE_PUBLISH_VERSION_TASK_H
 #define DORIS_BE_SRC_OLAP_TASK_ENGINE_PUBLISH_VERSION_TASK_H

Review Comment:
   warning: macro is not used [clang-diagnostic-unused-macros]
   ```cpp
   #define DORIS_BE_SRC_OLAP_TASK_ENGINE_PUBLISH_VERSION_TASK_H
           ^
   ```
   



##########
be/src/olap/task/engine_clone_task.h:
##########
@@ -18,11 +18,12 @@
 #ifndef DORIS_BE_SRC_OLAP_TASK_ENGINE_CLONE_TASK_H
 #define DORIS_BE_SRC_OLAP_TASK_ENGINE_CLONE_TASK_H

Review Comment:
   warning: macro is not used [clang-diagnostic-unused-macros]
   ```cpp
   #define DORIS_BE_SRC_OLAP_TASK_ENGINE_CLONE_TASK_H
           ^
   ```
   



##########
be/src/olap/rowset/rowset_reader.h:
##########
@@ -18,10 +18,11 @@
 #ifndef DORIS_BE_SRC_OLAP_ROWSET_ROWSET_READER_H
 #define DORIS_BE_SRC_OLAP_ROWSET_ROWSET_READER_H

Review Comment:
   warning: macro is not used [clang-diagnostic-unused-macros]
   ```cpp
   #define DORIS_BE_SRC_OLAP_ROWSET_ROWSET_READER_H
           ^
   ```
   



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to