[GitHub] incubator-pirk pull request #105: [PIRK 71] Move Querier creation logic into...

2016-09-30 Thread jryancarr
Github user jryancarr commented on a diff in the pull request: https://github.com/apache/incubator-pirk/pull/105#discussion_r81340968 --- Diff: src/main/java/org/apache/pirk/querier/wideskies/QuerierFactory.java --- @@ -0,0 +1,115 @@ +/* + * Licensed to the Apache Software

[GitHub] incubator-pirk pull request #105: Pirk 71

2016-09-29 Thread jryancarr
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