Looks like this wasn't formatted with the Pirk codestyle before committing to master - will format and push back to master...
On Thu, Sep 29, 2016 at 11:22 AM, James Ryan Carr <[email protected]> wrote: > 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 view, comment on, or merge this pull request online at: > > https://github.com/apache/incubator-pirk/pull/105 > Commit Summary > > - -Added QuerierFactory > - Forgot license files. > - Incorporated QuerierFactory into StandaloneQuery, so these changes > > File Changes > > - *A* src/main/java/org/apache/pirk/querier/wideskies/ > EncryptionPropertiesBuilder.java > <https://github.com/apache/incubator-pirk/pull/105/files#diff-0> (110) > - *M* src/main/java/org/apache/pirk/querier/wideskies/QuerierCLI.java > <https://github.com/apache/incubator-pirk/pull/105/files#diff-1> (66) > - *M* src/main/java/org/apache/pirk/querier/wideskies/ > QuerierDriver.java > <https://github.com/apache/incubator-pirk/pull/105/files#diff-2> (98) > - *A* src/main/java/org/apache/pirk/querier/wideskies/ > QuerierFactory.java > <https://github.com/apache/incubator-pirk/pull/105/files#diff-3> (115) > - *M* src/main/java/org/apache/pirk/querier/wideskies/QuerierProps.java > <https://github.com/apache/incubator-pirk/pull/105/files#diff-4> (222) > - *M* src/main/java/org/apache/pirk/schema/query/ > QuerySchemaRegistry.java > <https://github.com/apache/incubator-pirk/pull/105/files#diff-5> (14) > - *M* src/main/java/org/apache/pirk/test/utils/StandaloneQuery.java > <https://github.com/apache/incubator-pirk/pull/105/files#diff-6> (48) > - *M* src/main/java/org/apache/pirk/utils/SystemConfiguration.java > <https://github.com/apache/incubator-pirk/pull/105/files#diff-7> (9) > > Patch Links: > > - https://github.com/apache/incubator-pirk/pull/105.patch > - https://github.com/apache/incubator-pirk/pull/105.diff > > — > You are receiving this because you are subscribed to this thread. > Reply to this email directly, view it on GitHub > <https://github.com/apache/incubator-pirk/pull/105>, or mute the thread > <https://github.com/notifications/unsubscribe-auth/AThC22Q-frX9k0zrFdeI5t5p4bLjj2-Yks5qu9epgaJpZM4KKIBZ> > . >
