You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Clint Morgan (JIRA)" <ji...@apache.org> on 2008/10/20 22:29:44 UTC

[jira] Created: (HBASE-943) to ColumnValueFilter: add filterIfColumnMissing property, add SubString operator

 to ColumnValueFilter: add filterIfColumnMissing property, add SubString operator
---------------------------------------------------------------------------------

                 Key: HBASE-943
                 URL: https://issues.apache.org/jira/browse/HBASE-943
             Project: Hadoop HBase
          Issue Type: Improvement
            Reporter: Clint Morgan
         Attachments: hbase-943.patch

Couple minor changes I needed:

- allow one to toggle if ColumnValueFilter should filter rows if the column is missing. (The current behavior is to filter f they are missing the column, sometimes I want the rows with the missing column to get through).

- A special-case SUB_STRING operator which does a case-insensitive String substring check.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (HBASE-943) to ColumnValueFilter: add filterIfColumnMissing property, add SubString operator

Posted by "stack (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack reassigned HBASE-943:
---------------------------

    Assignee: Clint Morgan

>  to ColumnValueFilter: add filterIfColumnMissing property, add SubString operator
> ---------------------------------------------------------------------------------
>
>                 Key: HBASE-943
>                 URL: https://issues.apache.org/jira/browse/HBASE-943
>             Project: Hadoop HBase
>          Issue Type: Improvement
>            Reporter: Clint Morgan
>            Assignee: Clint Morgan
>            Priority: Minor
>             Fix For: 0.19.0
>
>         Attachments: hbase-943.patch
>
>
> Couple minor changes I needed:
> - allow one to toggle if ColumnValueFilter should filter rows if the column is missing. (The current behavior is to filter f they are missing the column, sometimes I want the rows with the missing column to get through).
> - A special-case SUB_STRING operator which does a case-insensitive String substring check.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HBASE-943) to ColumnValueFilter: add filterIfColumnMissing property, add SubString operator

Posted by "Clint Morgan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Clint Morgan updated HBASE-943:
-------------------------------

    Attachment: hbase-943.patch

>  to ColumnValueFilter: add filterIfColumnMissing property, add SubString operator
> ---------------------------------------------------------------------------------
>
>                 Key: HBASE-943
>                 URL: https://issues.apache.org/jira/browse/HBASE-943
>             Project: Hadoop HBase
>          Issue Type: Improvement
>            Reporter: Clint Morgan
>            Priority: Minor
>         Attachments: hbase-943.patch
>
>
> Couple minor changes I needed:
> - allow one to toggle if ColumnValueFilter should filter rows if the column is missing. (The current behavior is to filter f they are missing the column, sometimes I want the rows with the missing column to get through).
> - A special-case SUB_STRING operator which does a case-insensitive String substring check.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HBASE-943) to ColumnValueFilter: add filterIfColumnMissing property, add SubString operator

Posted by "Clint Morgan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Clint Morgan updated HBASE-943:
-------------------------------

    Priority: Minor  (was: Major)

>  to ColumnValueFilter: add filterIfColumnMissing property, add SubString operator
> ---------------------------------------------------------------------------------
>
>                 Key: HBASE-943
>                 URL: https://issues.apache.org/jira/browse/HBASE-943
>             Project: Hadoop HBase
>          Issue Type: Improvement
>            Reporter: Clint Morgan
>            Priority: Minor
>         Attachments: hbase-943.patch
>
>
> Couple minor changes I needed:
> - allow one to toggle if ColumnValueFilter should filter rows if the column is missing. (The current behavior is to filter f they are missing the column, sometimes I want the rows with the missing column to get through).
> - A special-case SUB_STRING operator which does a case-insensitive String substring check.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HBASE-943) to ColumnValueFilter: add filterIfColumnMissing property, add SubString operator

Posted by "stack (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack resolved HBASE-943.
-------------------------

       Resolution: Fixed
    Fix Version/s: 0.19.0

Applied.  Thanks for the patch Clint.

>  to ColumnValueFilter: add filterIfColumnMissing property, add SubString operator
> ---------------------------------------------------------------------------------
>
>                 Key: HBASE-943
>                 URL: https://issues.apache.org/jira/browse/HBASE-943
>             Project: Hadoop HBase
>          Issue Type: Improvement
>            Reporter: Clint Morgan
>            Priority: Minor
>             Fix For: 0.19.0
>
>         Attachments: hbase-943.patch
>
>
> Couple minor changes I needed:
> - allow one to toggle if ColumnValueFilter should filter rows if the column is missing. (The current behavior is to filter f they are missing the column, sometimes I want the rows with the missing column to get through).
> - A special-case SUB_STRING operator which does a case-insensitive String substring check.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.