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


##########
be/src/common/status.h:
##########
@@ -510,7 +506,7 @@ inline std::string Status::to_string() const {
     } while (false)
 
 #define RETURN_ERROR_IF_NON_VEC \

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



##########
be/src/common/status.h:
##########
@@ -510,7 +506,7 @@
     } while (false)
 
 #define RETURN_ERROR_IF_NON_VEC \
-    return Status::NotSupported("Non-vectorized engine is not supported since 
Doris 1.3+.");
+    return Status::NotSupported("Non-vectorized engine is not supported since 
Doris 2.0.");
 
 // End _get_next_span after last call to get_next method
 #define RETURN_IF_ERROR_AND_CHECK_SPAN(stmt, get_next_span, done) \

Review Comment:
   warning: macro is not used [clang-diagnostic-unused-macros]
   ```cpp
   #define RETURN_IF_ERROR_AND_CHECK_SPAN(stmt, get_next_span, done) \
           ^
   ```
   



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