cambyzju commented on code in PR #40201:
URL: https://github.com/apache/doris/pull/40201#discussion_r1739944760


##########
be/src/vec/functions/function_encryption.cpp:
##########
@@ -335,7 +335,7 @@ struct EncryptionAndDecryptFourImpl {
         return Status::OK();
     }
 
-    static void vector_const(const ColumnString* column, StringRef iv_arg, 
StringRef key_arg,

Review Comment:
   please add some log or have a debug to make sure it.
   
   the default const impl will convert const columns to normal columns at 
first, then call execute_impl function.
   
   <img width="1271" alt="image" 
src="https://github.com/user-attachments/assets/9cc02f26-5b36-4ca8-8a5c-ee291a376fe5";>
   



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