You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/11/21 15:52:16 UTC

[GitHub] [shardingsphere] fbin87 commented on a diff in pull request #22222: Fix metaspace out of memory error (#22196)

fbin87 commented on code in PR #22222:
URL: https://github.com/apache/shardingsphere/pull/22222#discussion_r1028213216


##########
infra/util/src/main/java/org/apache/shardingsphere/infra/util/expr/InlineExpressionParser.java:
##########
@@ -65,7 +65,15 @@ public static String handlePlaceHolder(final String inlineExpression) {
      * @return result list
      */
     public List<String> splitAndEvaluate() {
-        return Strings.isNullOrEmpty(inlineExpression) ? Collections.emptyList() : flatten(evaluate(split()));
+        if(Strings.isNullOrEmpty(inlineExpression) ){

Review Comment:
   OK



-- 
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-unsubscribe@shardingsphere.apache.org

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