[ 
https://issues.apache.org/jira/browse/HBASE-5667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13240839#comment-13240839
 ] 

Zhihong Yu commented on HBASE-5667:
-----------------------------------

Maintaining backward compatibility would be desirable.

Would moving the read of flags to after the following line be better ?
{code}
    final String charset = in.readUTF();
{code}
                
> RegexStringComparator supports java.util.regex.Pattern flags
> ------------------------------------------------------------
>
>                 Key: HBASE-5667
>                 URL: https://issues.apache.org/jira/browse/HBASE-5667
>             Project: HBase
>          Issue Type: Improvement
>          Components: filters
>            Reporter: David Arthur
>            Priority: Minor
>         Attachments: HBASE-5667.diff
>
>
> * Add constructor that takes in a Pattern
> * Add Pattern's flags to Writable fields, and actually use them when 
> recomposing the Filter

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to