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

Ted Yu commented on HBASE-7802:
-------------------------------

+1 with minor comment:
{code}
+ * Immutable information for scans over a store.
+ */
+public class ScanInfo {
{code}
Please add annotation for the new class.
                
> Use the Store interface instead of HStore (coprocessor, compaction, ...)
> ------------------------------------------------------------------------
>
>                 Key: HBASE-7802
>                 URL: https://issues.apache.org/jira/browse/HBASE-7802
>             Project: HBase
>          Issue Type: Improvement
>          Components: regionserver
>    Affects Versions: 0.96.0
>            Reporter: Matteo Bertozzi
>            Assignee: Matteo Bertozzi
>            Priority: Trivial
>         Attachments: HBASE-7802-v0.patch, HBASE-7802-v1.patch, 
> HBASE-7802-v2.patch
>
>
> We have a Store interface that is almost never used, coprocessors and 
> compactions are using the HStore.
> Replace the HStore with Store to have the ability to create custom Store for 
> testing, instead of injecting stuff in HStore.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to