sboorlagadda commented on code in PR #7928:
URL: https://github.com/apache/geode/pull/7928#discussion_r2382835057
##########
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:
@JinwooHwang LGTM, but if possible could you add a comment so we know why
these exclusions.
// Exclude Unicode digit ranges to prevent lexical nondeterminism with
DIGIT rule
--
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]