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


##########
be/src/http/action/meta_action.cpp:
##########
@@ -41,6 +41,8 @@ const static std::string OP = "op";
 const static std::string DATA_SIZE = "data_size";
 const static std::string HEADER = "header";
 
+MetaAction::MetaAction(ExecEnv* exec_env) : HttpHandlerWithAuth(exec_env) {}

Review Comment:
   warning: unknown type name 'META_TYPE' [clang-diagnostic-error]
   ```cpp
   MetaAction::MetaAction(META_TYPE meta_type, ExecEnv* exec_env)
                          ^
   ```
   



-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to