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

Hudson commented on HBASE-6470:
-------------------------------

Integrated in HBase-TRUNK #3543 (See 
[https://builds.apache.org/job/HBase-TRUNK/3543/])
    HBASE-6470 SingleColumnValueFilter with private fields and methods 
(Revision 1409378)

     Result = FAILURE
stack : 
Files : 
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/filter/SingleColumnValueFilter.java

                
> SingleColumnValueFilter with private fields and methods
> -------------------------------------------------------
>
>                 Key: HBASE-6470
>                 URL: https://issues.apache.org/jira/browse/HBASE-6470
>             Project: HBase
>          Issue Type: Improvement
>          Components: Filters
>    Affects Versions: 0.94.0
>            Reporter: Benjamin Kim
>            Assignee: Benjamin Kim
>              Labels: patch
>             Fix For: 0.96.0
>
>         Attachments: 6470v2.txt, 
> SingleColumnValueFilter_HBASE_6470-trunk.patch
>
>
> Why are most fields and methods declared private in SingleColumnValueFilter?
> I'm trying to extend the functions of the SingleColumnValueFilter to support 
> complex column types such as JSON, Array, CSV, etc.
> But inheriting the SingleColumnValueFilter doesn't give any benefits for I 
> have to rewrite the codes. 
> I think all private fields and methods could turn into protected mode.

--
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