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


##########
sql-parser/statement/src/main/java/org/apache/shardingsphere/sql/parser/sql/common/value/literal/impl/StringLiteralValue.java:
##########
@@ -31,4 +32,23 @@ public final class StringLiteralValue implements 
LiteralValue<String> {
     public StringLiteralValue(final String value) {
         this.value = value.substring(1, value.length() - 1);
     }
+    
+    /**
+     * get special escape sequences string, do this:

Review Comment:
   The first letter should be uppercase.
   
   Also, I think we should not keep so many comments, since that's not a 
feature we provide, it's the ability of `StringUtils.replaceStandardEscapes`.



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