JinwooHwang commented on code in PR #7928:
URL: https://github.com/apache/geode/pull/7928#discussion_r2382956367


##########
geode-core/src/main/antlr/org/apache/geode/cache/query/internal/parse/oql.g:
##########
@@ -134,7 +134,21 @@ DIGIT : ('\u0030'..'\u0039' |
     ;
 
 protected
-ALL_UNICODE : ('\u0061'..'\ufffd')     
+ALL_UNICODE : ('\u0061'..'\u065f' |   // exclude Arabic-Indic digits

Review Comment:
   Hi @sboorlagadda . I have updated the comment. Please let me know if there's 
anything else I missed. Thank you so much for your advice.



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