kaajaln2 commented on code in PR #7976: URL: https://github.com/apache/geode/pull/7976#discussion_r2937469873
########## geode-gfsh/src/main/java/org/apache/geode/management/internal/cli/commands/QueryCommand.java: ########## Review Comment: copilot review suggests using toLowerCase(Locale.Root) for locale independent normalization. However, in all other parts of the Apache Geode codebase, toLowercase() is used without specifying locale, so relying on default may be ok. Also, do we need to add a null check for query? -- 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]
