Github user dbwong commented on a diff in the pull request:
https://github.com/apache/phoenix/pull/362#discussion_r224941422
--- 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 --
Made https://issues.apache.org/jira/browse/PHOENIX-4969 and will update the
comment.
---