You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2020/12/21 08:32:58 UTC

[GitHub] [hbase] wchevreuil commented on a change in pull request #2784: [PATCH] Add "regexstringnocase" to ParseFilter for case-insensitivity

wchevreuil commented on a change in pull request #2784:
URL: https://github.com/apache/hbase/pull/2784#discussion_r546572676



##########
File path: hbase-client/src/main/java/org/apache/hadoop/hbase/filter/ParseConstants.java
##########
@@ -244,6 +244,13 @@
   public static final byte [] regexStringType = new byte [] {'r','e','g','e', 'x',
                                                              's','t','r','i','n','g'};
 
+  /**
+   * RegexStringNoCaseType byte array
+   */
+  public static final byte [] regexStringNoCaseType = new byte [] {'r','e','g','e','x',

Review comment:
       Yep, let's do it on a next PR. Let me merge this now,.




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org