You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Arina Ielchiieva (Jira)" <ji...@apache.org> on 2020/03/06 17:30:00 UTC

[jira] [Updated] (DRILL-7630) Add more types into SchemaParser

     [ https://issues.apache.org/jira/browse/DRILL-7630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arina Ielchiieva updated DRILL-7630:
------------------------------------
    Issue Type: Bug  (was: Task)

> Add more types into SchemaParser
> --------------------------------
>
>                 Key: DRILL-7630
>                 URL: https://issues.apache.org/jira/browse/DRILL-7630
>             Project: Apache Drill
>          Issue Type: Bug
>            Reporter: Vova Vysotskyi
>            Assignee: Arina Ielchiieva
>            Priority: Major
>
> 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)