You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2014/12/03 19:57:13 UTC

[jira] [Created] (HBASE-12625) Deprecate certain methods in classes annotated with InterfaceAudience.Public in branch-1

Ted Yu created HBASE-12625:
------------------------------

             Summary: Deprecate certain methods in classes annotated with InterfaceAudience.Public in branch-1
                 Key: HBASE-12625
                 URL: https://issues.apache.org/jira/browse/HBASE-12625
             Project: HBase
          Issue Type: Task
            Reporter: Ted Yu
            Assignee: Ted Yu


Compiling Phoenix against branch-1, I got compilation error below:
{code}
[ERROR] /Users/tyu/phoenix/phoenix-core/src/main/java/org/apache/phoenix/execute/MutationState.java:[345,49] cannot find symbol
[ERROR] symbol:   method estimatedSizeOf(org.apache.hadoop.hbase.Cell)
[ERROR] location: class org.apache.hadoop.hbase.CellUtil
{code}
CellUtil is annotated with InterfaceAudience.Public
estimatedSizeOf() should be deprecated in branch-1



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)