[GitHub] drill pull request #972: DRILL-5838: Fix MaprDB filter pushdown for the case...

2017-10-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/972 ---

[GitHub] drill pull request #972: DRILL-5838: Fix MaprDB filter pushdown for the case...

2017-10-05 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/972#discussion_r143107921 --- Diff: contrib/format-maprdb/src/main/java/org/apache/drill/exec/store/mapr/db/json/JsonConditionBuilder.java --- @@ -159,73 +159,73 @@ private void s

[GitHub] drill pull request #972: DRILL-5838: Fix MaprDB filter pushdown for the case...

2017-10-05 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/972#discussion_r143107072 --- Diff: logical/src/main/java/org/apache/drill/common/expression/PathSegment.java --- @@ -151,6 +151,15 @@ public boolean isNamed() { return

[GitHub] drill pull request #972: DRILL-5838: Fix MaprDB filter pushdown for the case...

2017-10-05 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/972#discussion_r143107377 --- Diff: logical/src/main/java/org/apache/drill/common/expression/SchemaPath.java --- @@ -264,6 +264,56 @@ public String getRootSegmentPath() {

[GitHub] drill pull request #972: DRILL-5838: Fix MaprDB filter pushdown for the case...

2017-10-04 Thread vvysotskyi
GitHub user vvysotskyi opened a pull request: https://github.com/apache/drill/pull/972 DRILL-5838: Fix MaprDB filter pushdown for the case of nested field (reg. of DRILL-4264) Please see [DRILL-4264|https://issues.apache.org/jira/browse/DRILL-5838] for the problem description.