luozenglin commented on code in PR #21323:
URL: https://github.com/apache/doris/pull/21323#discussion_r1246301474


##########
be/src/vec/exec/scan/vmeta_scanner.cpp:
##########
@@ -78,6 +77,10 @@ Status VMetaScanner::prepare(RuntimeState* state, const 
VExprContextSPtrs& conju
     return Status::OK();
 }
 
+void VMetaScanner::set_user_identity(TUserIdentity user_identity) {

Review Comment:
   ```suggestion
   void VMetaScanner::set_user_identity(const TUserIdentity& user_identity) {
   ```



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