You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Ankit Singhal (JIRA)" <ji...@apache.org> on 2017/11/27 13:03:00 UTC

[jira] [Updated] (PHOENIX-4404) Fix all unit tests cases(not IT)

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

Ankit Singhal updated PHOENIX-4404:
-----------------------------------
    Attachment: PHOENIX-4404.patch

[~rajeshbabu], please review.
CellComparatorImpl.COMPARATOR also compares seqId along with row and qualifier which was not the case earlier. 
I think seqId is compared so that Delete will not always mask the Puts at same timestamp, I'm not sure if IndexMemstore wants to utilize this functionality.

Currently, I have changed the comparator to skip seqId in IndexMemstore so that current tests pass.

> Fix all unit tests cases(not IT)
> --------------------------------
>
>                 Key: PHOENIX-4404
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-4404
>             Project: Phoenix
>          Issue Type: Sub-task
>            Reporter: Ankit Singhal
>            Assignee: Ankit Singhal
>              Labels: HBase-2.0
>         Attachments: PHOENIX-4404.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)