[
https://issues.apache.org/jira/browse/DRILL-7491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Igor Guzenko updated DRILL-7491:
--------------------------------
Description:
To reproduce use the attached file for {{hive_alltypes.parquet}} (this is
parquet file generated by Hive) and try count on columns *c13 - c15.* For
example,
{code:sql}
SELECT count(c13) FROM dfs.tmp.``
{code}
was:To reproduce use the attached file for {{hive_alltypes.parquet}} (this is
parquet file generated by Hive) and try count on columns *c13 - c15.*
> Incorrect COUNT(column) returned for complex types in parquet
> -------------------------------------------------------------
>
> Key: DRILL-7491
> URL: https://issues.apache.org/jira/browse/DRILL-7491
> Project: Apache Drill
> Issue Type: Bug
> Components: Functions - Drill, Functions - Hive, Storage - Parquet
> Affects Versions: 1.16.0, 1.17.0
> Reporter: Igor Guzenko
> Assignee: Igor Guzenko
> Priority: Major
> Attachments: hive_alltypes.parquet
>
>
> To reproduce use the attached file for {{hive_alltypes.parquet}} (this is
> parquet file generated by Hive) and try count on columns *c13 - c15.* For
> example,
> {code:sql}
> SELECT count(c13) FROM dfs.tmp.``
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)