You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by gabrielreid <gi...@git.apache.org> on 2017/02/13 08:15:25 UTC

[GitHub] phoenix pull request #231: PHOENIX-3471 Add query plan matching system

GitHub user gabrielreid opened a pull request:

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

    PHOENIX-3471 Add query plan matching system

    Add a generic system for parsing and matching Calcite query
    plans using Hamcrest matchers. The general intention is to make
    matching of query plans less brittle and somewhat easier to write
    than simply matching the full text of the query plan.

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

    $ git pull https://github.com/gabrielreid/phoenix PHOENIX-3471_explain_plan

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

    https://github.com/apache/phoenix/pull/231.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 #231
    
----
commit 128ff0a3288b0cfc48b068fc21704ca07278a33c
Author: Gabriel Reid <ga...@ngdata.com>
Date:   2016-11-18T09:58:18Z

    PHOENIX-3471 Add query plan matching system
    
    Add a generic system for parsing and matching Calcite query
    plans using Hamcrest matchers. The general intention is to make
    matching of query plans less brittle and somewhat easier to write
    than simply matching the full text of the query plan.

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---