[
https://issues.apache.org/jira/browse/DRILL-7630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Arina Ielchiieva updated DRILL-7630:
------------------------------------
Reviewer: Vova Vysotskyi
> Add more types into SchemaParser
> --------------------------------
>
> Key: DRILL-7630
> URL: https://issues.apache.org/jira/browse/DRILL-7630
> Project: Apache Drill
> Issue Type: Bug
> Affects Versions: 1.17.0
> Reporter: Vova Vysotskyi
> Assignee: Arina Ielchiieva
> Priority: Major
> Fix For: 1.18.0
>
>
> Drill uses SchemaParser when deserializing schema in a group scan. Also, it
> is used when deserializing schema from the metastore.
> The aim of this Jira is to add some absent types to fix issues when these
> types are used in the data file.
> Example of the failing test:
> {code:java}
> PlanTestBase.testPhysicalPlanExecutionBasedOnQuery("select * from
> cp.`parquet/uint_types.parquet`");
> {code}
> Preliminary list of types to add:
> {code}
> MinorType.UINT1;
> MinorType.UINT2;
> MinorType.UINT4;
> MinorType.UINT8;
> MinorType.TINYINT;
> MinorType.SMALLINT;
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)