[ 
https://issues.apache.org/jira/browse/GEODE-8583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17219040#comment-17219040
 ] 

ASF GitHub Bot commented on GEODE-8583:
---------------------------------------

jhutchison commented on a change in pull request #5604:
URL: https://github.com/apache/geode/pull/5604#discussion_r510199535



##########
File path: 
geode-redis/src/main/java/org/apache/geode/redis/internal/executor/server/InfoExecutor.java
##########
@@ -46,8 +47,10 @@ private boolean 
containsSectionParameter(List<ByteArrayWrapper> commands) {
 
   private String getSpecifiedSection(ExecutionHandlerContext context,
       List<ByteArrayWrapper> commands) {
-    String result;
-    String section = commands.get(1).toString().toLowerCase();
+    String result = "";

Review comment:
       changed back




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

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


> create RestrictedInputValuesParameterRequirements in Redis Module
> -----------------------------------------------------------------
>
>                 Key: GEODE-8583
>                 URL: https://issues.apache.org/jira/browse/GEODE-8583
>             Project: Geode
>          Issue Type: Improvement
>            Reporter: John Hutchison
>            Priority: Minor
>              Labels: pull-request-available, redis
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to