GitHub user lomoree opened a pull request:

    https://github.com/apache/phoenix/pull/224

    PHOENIX-3477 Support sequence arithmetic in Calcite-Phoenix

    PhoenixConverterRules is meant to route any logical project through 
PhoenixClientProject. Before, sequences were not properly being found. This 
patch simplifies the logic and adds that support.
    -- Check for nested sequences
    -- Use the Sequence Manager now available in StatementContext
    -- Add relevant test cases to CalciteIT

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/bloomberg/phoenix sequencearithmetic

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/phoenix/pull/224.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 #224
    
----
commit 8eacb9e455f16c97d6f301fdb1c27494905900a0
Author: Eric Lomore <elom...@bloomberg.net>
Date:   2016-12-03T01:00:20Z

    PHOENIX-3477 Support sequence arithmetic in Calcite-Phoenix

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to