You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "stack (JIRA)" <ji...@apache.org> on 2007/09/25 07:10:50 UTC

[jira] Updated: (HADOOP-1941) [hbase] StopRowFilter throws NPE when passed null row

     [ https://issues.apache.org/jira/browse/HADOOP-1941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack updated HADOOP-1941:
--------------------------

    Attachment: filter.patch

If null return false (unless stop key is null).  Add unit test.

> [hbase] StopRowFilter throws NPE when passed null row
> -----------------------------------------------------
>
>                 Key: HADOOP-1941
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1941
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>            Reporter: stack
>            Priority: Minor
>             Fix For: 0.15.0
>
>         Attachments: filter.patch
>
>
> Rows can be null during processing of scanner next -- usually when no records to return.  All filters but StopRowFilter check for null when their filter method is called.

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