Igor Guzenko created DRILL-7473:
-----------------------------------
Summary: Parquet reader failed to get field of repeated map
Key: DRILL-7473
URL: https://issues.apache.org/jira/browse/DRILL-7473
Project: Apache Drill
Issue Type: Bug
Reporter: Igor Guzenko
Attachments: hive_alltypes.parquet
Given query:
{code:sql}
select p.c16[0].m from dfs.tmp.`hive_alltypes.parquet` p;
{code}
Results into:
{color:#FF0000}Error: SYSTEM ERROR: IllegalArgumentException: You tried to read
a [find(String key)] type when you are using a field reader of type
[SingleLikeRepeatedMapReaderImpl].{color}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)