Simon Toens created PHOENIX-32:
----------------------------------
Summary: 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
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)