[ 
https://issues.apache.org/jira/browse/HBASE-9993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lars Hofhansl updated HBASE-9993:
---------------------------------

    Fix Version/s: 0.94.14

> 0.94: HBASE-9865 breaks coprocessor compatibility with WALEdit.
> ---------------------------------------------------------------
>
>                 Key: HBASE-9993
>                 URL: https://issues.apache.org/jira/browse/HBASE-9993
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Lars Hofhansl
>            Assignee: Lars Hofhansl
>             Fix For: 0.94.14
>
>
> {code}
>   public List<KeyValue> getKeyValues() {
> {code}
> Was changed to 
> {code}
>   public ArrayList<KeyValue> getKeyValues() {
> {code}
> This break existing coprocessors (such as those used in Phoenix).
> It's fine to change in 0.96+, but in 0.94 it should remain backwards 
> compatible.
> [~giacomotaylor], FYI.



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to