Github user twdsilva commented on a diff in the pull request:
https://github.com/apache/phoenix/pull/362#discussion_r224644448
--- Diff:
phoenix-core/src/main/java/org/apache/phoenix/compile/WhereOptimizer.java ---
@@ -2060,10 +2084,13 @@ public Integer getScale() {
@Override
public SortOrder getSortOrder() {
- // The parts of the RVC have already
been converted
- // to ascending, so we don't need to
consider the
- // childPart sort order.
- return SortOrder.ASC;
+ //WARNING HACK: Handle the different
paths for InList vs Normal Comparison
--- End diff --
Please file and reference a JIRA to fix this and update this comment.
---