raghavyadav01 commented on code in PR #16276:
URL: https://github.com/apache/pinot/pull/16276#discussion_r2205904043
##########
pinot-common/src/main/java/org/apache/pinot/common/utils/regex/JavaUtilPattern.java:
##########
@@ -20,12 +20,17 @@
import java.util.regex.Pattern;
-
public class JavaUtilPattern implements
org.apache.pinot.common.utils.regex.Pattern {
Pattern _pattern;
public JavaUtilPattern(String regex) {
- _pattern = Pattern.compile(regex, Pattern.UNICODE_CASE |
Pattern.CASE_INSENSITIVE);
Review Comment:
yes, currently for text index consuming segment behavior (always case
insensitive) is inconsistent with completed segments.
--
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]