[
https://issues.apache.org/jira/browse/DRILL-6342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16445691#comment-16445691
]
ASF GitHub Bot commented on DRILL-6342:
---------------------------------------
GitHub user arina-ielchiieva opened a pull request:
https://github.com/apache/drill/pull/1231
DRILL-6342: Fix schema path unIndexed method to return correct value
Details in [DRILL-6342](https://issues.apache.org/jira/browse/DRILL-6342).
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/arina-ielchiieva/drill DRILL-6342
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/1231.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 #1231
----
commit 6a0f2ea967edda975054c0d0f26b6cf3d8addddc
Author: Arina Ielchiieva <arina.yelchiyeva@...>
Date: 2018-04-20T11:38:14Z
DRILL-6342: Fix schema path unIndexed method to return correct value.
----
> Parquet filter pushdown doesn't work in case of filtering fields inside
> arrays of complex fields
> ------------------------------------------------------------------------------------------------
>
> Key: DRILL-6342
> URL: https://issues.apache.org/jira/browse/DRILL-6342
> Project: Apache Drill
> Issue Type: Bug
> Affects Versions: 1.14.0
> Reporter: Anton Gozhiy
> Assignee: Arina Ielchiieva
> Priority: Major
> Fix For: 1.14.0
>
> Attachments: Complex_data.tar.gz
>
>
> *Data:*
> Complex_data data set is attached
> *Query:*
> {code:sql}
> explain plan for select * from dfs.tmp.`Complex_data` t where
> t.list_of_complex_fields[2].nested_field is true
> {code}
> *Expected result:*
> numFiles=2
> Statistics of the file that should't be scanned:
> {noformat}
> list_of_complex_fields:
> .nested_field: BOOLEAN UNCOMPRESSED DO:0 FPO:497
> SZ:41/41/1.00 VC:3 ENC:PLAIN,RLE ST:[min: false, max: false, num_nulls: 0]
> {noformat}
> *Actual result:*
> numFiles=3
> I.e, filter pushdown is not work
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)