You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Simon Toens (JIRA)" <ji...@apache.org> on 2014/02/10 15:10:19 UTC

[jira] [Updated] (PHOENIX-32) Replace generic ColumnModifier with specific SortOrder

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

Simon Toens updated PHOENIX-32:
-------------------------------

    Attachment: Phoenix-32.patch

Patch file

> Replace generic ColumnModifier with specific SortOrder
> ------------------------------------------------------
>
>                 Key: PHOENIX-32
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-32
>             Project: Phoenix
>          Issue Type: Bug
>    Affects Versions: 2.2.3
>            Reporter: Simon Toens
>            Assignee: Simon Toens
>            Priority: Minor
>             Fix For: 3.0.0
>
>         Attachments: Phoenix-32.patch
>
>   Original Estimate: 96h
>  Remaining Estimate: 96h
>
> We added ColumnModifier thinking that it may be a generic concept but it turns out that it is only used to describe a row key column that stores its values in descending order.  In order to make the purpose of this enum more apparent and improve code readability, rename it to "SortOrder".  Also make sure it is either ASC or DESC and never null



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)