Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.2.3
-
None
-
None
Description
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