[
https://issues.apache.org/jira/browse/PHOENIX-1470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14219520#comment-14219520
]
Jesse Yates commented on PHOENIX-1470:
--------------------------------------
Yes, the 0.98.8 release has already been made. The patch above makes it
backwards compatible for now, but going forward we need to be careful in
phoenix about using KEEP_DELETED_CELLS. Maybe we need to add a phoenix RC
checklist task to compile against both the newest version of HBase (e.g. the
default build) as well as the older versions (maybe just one or two back).
> KEEP_DELETED_CELLS interface changed in HBase 0.98.8
> ----------------------------------------------------
>
> Key: PHOENIX-1470
> URL: https://issues.apache.org/jira/browse/PHOENIX-1470
> Project: Phoenix
> Issue Type: Bug
> Affects Versions: 4.2
> Reporter: Jesse Yates
> Attachments: keep-deleted-cells-v1.patch, keep-deleted-cells.patch
>
>
> HBASE-12363 changed the contract on HColumnDescriptor#getKeepDeletedCells to
> no longer return true/false, but instead returns an enum of KeepDeletedCells.
> This seems to be fine at runtime (haven't checked) but it certainly breaks
> compilation against 0.98.8 and I don't see an obvious way of fixing it that
> is backwards compatible.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)