eldenmoon commented on code in PR #67675:
URL: https://github.com/apache/doris/pull/67675#discussion_r4056326737


##########
fe/fe-core/src/main/java/org/apache/doris/catalog/OlapTable.java:
##########
@@ -4102,11 +4101,12 @@ public Index getInvertedIndex(Column column, 
List<String> subPath, String analyz
                 String childName = child.getName();
                 if (child.getFieldPatternType() == 
PatternType.MATCH_NAME_GLOB) {
                     try {
-                        com.google.re2j.Pattern compiled = 
GlobRegexUtil.getOrCompilePattern(childName);
-                        if (compiled.matcher(subPathString).matches()) {

Review Comment:
   revert auto-cast(deprecated feature)



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to