[
https://issues.apache.org/jira/browse/HBASE-2852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12890117#action_12890117
]
HBase Review Board commented on HBASE-2852:
-------------------------------------------
Message from: "Pranav Khaitan" <[email protected]>
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://review.hbase.org/r/336/
-----------------------------------------------------------
Review request for hbase, Nicolas, Karthik Ranganathan, and Kannan
Muthukkaruppan.
Summary
-------
Fixed bloom filter code in StoreFile
This addresses bug HBASE-2852.
http://issues.apache.org/jira/browse/HBASE-2852
Diffs
-----
trunk/src/main/java/org/apache/hadoop/hbase/regionserver/StoreFile.java
965615
trunk/src/test/java/org/apache/hadoop/hbase/client/TestBloomFilter.java
PRE-CREATION
Diff: http://review.hbase.org/r/336/diff
Testing
-------
JUnit tests added
Thanks,
Pranav
> Bloom filter NPE
> ----------------
>
> Key: HBASE-2852
> URL: https://issues.apache.org/jira/browse/HBASE-2852
> Project: HBase
> Issue Type: Bug
> Components: regionserver
> Reporter: Pranav Khaitan
> Assignee: Pranav Khaitan
>
> When a rowcol Bloom filter is being used and the user submits a query for all
> columns, a null pointer exception is thrown. This is because there is no
> checking if columns have been specified or not.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.