GitHub user comnetwork opened a pull request:
https://github.com/apache/phoenix/pull/319
PHOENIX-4820_V2
This Patch is mainly for:
1. Isolate the changes made for QueryCompiler to OrderByCompiler.
2. Check more Expression besides ComparisonExpression for
IsColumnConstantExpressionVisitor, add tests for InListExpression ,
CorceExpression and RVC.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/comnetwork/phoenix 4.x-HBase-1.3
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/phoenix/pull/319.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 #319
----
commit 4b8582fbb915d225cc547f1a1786d6e43dbc5ab2
Author: chenglei <chenglei@...>
Date: 2018-07-30T15:19:23Z
PHOENIX-4820_V2
----
---