[
https://issues.apache.org/jira/browse/HBASE-19298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16275819#comment-16275819
]
Hudson commented on HBASE-19298:
--------------------------------
FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #4159 (See
[https://builds.apache.org/job/HBase-Trunk_matrix/4159/])
HBASE-19298 CellScanner and CellScannable should be declared as (stack: rev
8354a563f78dca090ade6191934f7c2eddc8f9f0)
* (edit) hbase-common/src/main/java/org/apache/hadoop/hbase/CellScannable.java
* (edit) hbase-common/src/main/java/org/apache/hadoop/hbase/CellScanner.java
> CellScanner and CellScannable should be declared as IA.Public
> -------------------------------------------------------------
>
> Key: HBASE-19298
> URL: https://issues.apache.org/jira/browse/HBASE-19298
> Project: HBase
> Issue Type: Task
> Reporter: Chia-Ping Tsai
> Assignee: Chia-Ping Tsai
> Fix For: 2.0.0-beta-1
>
> Attachments: HBASE-19298.v0.patch, HBASE-19298.v1.patch
>
>
> User can create the {{CellScanner}} via IA.Public {{CellUtil}}, hence
> {{CellScanner}} should be IA.Public. However, the {{CellScanner}} is used in
> the server code base so making {{CellScanner}} IA.Public may flaw our HBASE
> in the future. In my opinion, we should introduce the {{ExtendedCellScanner}}
> to replace the {{CellScanner}} for server code.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)