RaigorJiang commented on a change in pull request #15458:
URL: https://github.com/apache/shardingsphere/pull/15458#discussion_r808895030



##########
File path: 
shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/cases/rql/dataset/encrypt/show_encrypt_rules.xml
##########
@@ -19,12 +19,18 @@
     <metadata>
         <column name="table" />
         <column name="logic_column" />
+        <column name="logic_data_type" />
         <column name="cipher_column" />
+        <column name="cipher_data_type" />
         <column name="plain_column" />
+        <column name="plain_data_type" />
+        <column name="assisted_query_column" />
+        <column name="assisted_query_data_type" />
         <column name="encryptor_type" />
         <column name="encryptor_props" />
+        <column name="query_with_cipher_column" />
     </metadata>
-    <row values="t_user| pwd| pwd_cipher| pwd_plain| AES| 
aes-key-value=123456abc" />
-    <row values="t_user_details| number| number_cipher| number_plain| AES| 
aes-key-value=123456abc" />
-    <row values="t_user_details| number_new| number_new_cipher| 
number_new_plain| AES| aes-key-value=123456abc" />
+    <row values="t_user| pwd| null|pwd_cipher | null| pwd_plain| null| null| 
null| AES| aes-key-value=123456abc| false" />

Review comment:
       Please keep space.




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


Reply via email to