sunkai-cai commented on code in PR #19394:
URL: https://github.com/apache/shardingsphere/pull/19394#discussion_r925693561


##########
shardingsphere-features/shardingsphere-encrypt/shardingsphere-encrypt-core/src/main/java/org/apache/shardingsphere/encrypt/rewrite/token/generator/EncryptInsertValuesTokenGenerator.java:
##########
@@ -77,6 +77,9 @@ public InsertValuesToken generateSQLToken(final 
InsertStatementContext insertSta
     }
     
     private Optional<SQLToken> findPreviousSQLToken(final Class<?> sqlToken) {
+        if (null == previousSQLTokens) {

Review Comment:
    I'm not sure previousSQLTokens  must be set in another place



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