yiguolei commented on code in PR #19758:
URL: https://github.com/apache/doris/pull/19758#discussion_r1198490395


##########
be/src/service/point_query_executor.h:
##########
@@ -89,7 +89,7 @@ class Reusable {
 
     TupleDescriptor* tuple_desc() { return _desc_tbl->get_tuple_descriptor(0); 
}
 
-    const std::vector<vectorized::VExprContext*>& output_exprs() { return 
_output_exprs_ctxs; }
+    const auto& output_exprs() { return _output_exprs_ctxs; }

Review Comment:
   do not use auto in function declaration



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