[
https://issues.apache.org/jira/browse/HBASE-9993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13825909#comment-13825909
]
Jesse Yates commented on HBASE-9993:
------------------------------------
+0.75 Would be little better to have a comment in there as to why you are doing
the casting, so reading the code is a little clearer. Fine if you want to
commit without it though too.
> 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
> Priority: Blocker
> Fix For: 0.94.14
>
> Attachments: 9993.txt
>
>
> {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)