GitHub user hbdeshmukh opened a pull request:

    https://github.com/apache/incubator-quickstep/pull/326

    QUICKSTEP-112 Get the list of referenced base relations

    - Find the base relations that are referenced in a query.
    - The referenced relations are stored in the QueryHandle.
    - Separate method to just get this list of relations, without needing to 
fully optimize the query.

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

    $ git pull https://github.com/hbdeshmukh/incubator-quickstep 
get-referenced-base-relations

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

    https://github.com/apache/incubator-quickstep/pull/326.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 #326
    
----
commit d773ee8774d5b56eec30002a7d06b3b39d885efb
Author: Harshad Deshmukh <hbdeshm...@apache.org>
Date:   2017-11-28T22:16:59Z

    Get the list of referenced base relations
    
    - Find the base relations that are referenced in the query.
    - The referenced relations are stored in the QueryHandle.
    - Separate method to just get this list of relations, without needing to
      fully optimize the query.

----


---

Reply via email to