GitHub user jryancarr opened a pull request:

    https://github.com/apache/incubator-pirk/pull/105

    Pirk 71

    Added QuerierFactory and EncryptionPropertiesBuilder classes, which should 
make it easier to create a Querier object and return it directly to the caller, 
rather than having to write it to disk. This will make it easier for other 
projects to generate PIRK queries and pass them around.

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

    $ git pull https://github.com/jryancarr/incubator-pirk PIRK-71

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

    https://github.com/apache/incubator-pirk/pull/105.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 #105
    
----
commit 363c600e5b24d98dd72dd9504f54ff60d98b79d5
Author: jryancarr <[email protected]>
Date:   2016-09-28T19:24:59Z

    -Added QuerierFactory
    -Added EncryptionPropertiesBuilder to make it easier to construct valid
    properties files for the QuerierFactory
    -Refactored the QuerierDriver to call QuerierFactory.

commit 74f9b16d7b844f282960e60a01f0339a7862ec55
Author: jryancarr <[email protected]>
Date:   2016-09-28T19:27:41Z

    Forgot license files.

commit 64854c2e67c7d4e14d793d475ceba97052b7086c
Author: jryancarr <[email protected]>
Date:   2016-09-29T15:14:56Z

    Incorporated QuerierFactory into StandaloneQuery, so these changes
    are tested as part of the rest of the standalone test suite.

----


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to