RaigorJiang opened a new issue, #35214:
URL: https://github.com/apache/shardingsphere/issues/35214

   ### Which version of ShardingSphere did you use?
   5.5.3-SNAPSHOT master a0b6807f7765990ec9af18cce20d735bb5de6c91
   
   ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
   ShardingSphere-Proxy
   
   ### Expected behavior
   Due to missing property `digest-algorithm-name`, expect to get the correct 
exception including algorithm name and error message.
   
   ### Actual behavior
   The algorithm name only shows `Object`
   
   <img width="1076" alt="Image" 
src="https://github.com/user-attachments/assets/e1f231d1-09f4-4e89-b5c5-c2c4d21b22b5";
 />
   
   
   ### Reason analyze (If you can)
   
   <img width="1011" alt="Image" 
src="https://github.com/user-attachments/assets/019c5432-0784-4d0b-b602-70a6e4096439";
 />
   
   ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule 
configuration, when exception occur etc.
   ```sql
   CREATE ENCRYPT RULE t_encrypt (
   COLUMNS(
   
(NAME=user_id,CIPHER=user_cipher,ENCRYPT_ALGORITHM(TYPE(NAME='AES',PROPERTIES( 
'aes-key-value'='123456abc')))),
   (NAME=order_id, CIPHER =order_cipher,ENCRYPT_ALGORITHM(TYPE(NAME='MD5')))
   ));
   ```
   


-- 
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: 
notifications-unsubscr...@shardingsphere.apache.org.apache.org

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

Reply via email to