GitHub user dbwong opened a pull request:
https://github.com/apache/phoenix/pull/362
[Phoenix-4841] Filters that uses RVC with pk columns where with DESC sort
order don't work correctly
https://issues.apache.org/jira/browse/PHOENIX-4841
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dbwong/phoenix PHOENIX-4841
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/phoenix/pull/362.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #362
----
commit 64103759c0138b23995760e939b4e49a444ed52a
Author: Daniel Wong <daniel.wong@...>
Date: 2018-10-09T23:38:11Z
Initial work on 4841.
commit bd2eca081dd436ac2b35d26a5af7af1b1c8f82e5
Author: Daniel Wong <daniel.wong@...>
Date: 2018-10-10T00:31:13Z
Update to handle InList optimizations.
----
---