RaigorJiang commented on code in PR #22494:
URL: https://github.com/apache/shardingsphere/pull/22494#discussion_r1035945559


##########
features/encrypt/distsql/parser/src/main/antlr4/imports/encrypt/RDLStatement.g4:
##########
@@ -44,7 +44,7 @@ resourceName
     ;
 
 encryptColumnDefinition
-    : LP columnDefinition (COMMA plainColumnDefinition)? COMMA 
cipherColumnDefinition (COMMA assistedQueryColumnDefinition)? (COMMA 
likeQueryColumnDefinition)? COMMA algorithmDefinition (COMMA 
algorithmDefinition)? (COMMA algorithmDefinition)? RP
+    : LP columnDefinition (COMMA plainColumnDefinition)? COMMA 
cipherColumnDefinition (COMMA assistedQueryColumnDefinition)? (COMMA 
likeQueryColumnDefinition)? COMMA cipherAlgorithm (COMMA assistedAlgorithm)? 
(COMMA likeAlgorithm)? RP

Review Comment:
   Yes it looks good.



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