Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.17.0
-
None
Description
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:
PlanTestBase.testPhysicalPlanExecutionBasedOnQuery("select * from cp.`parquet/uint_types.parquet`");
List of types to add:
MinorType.UINT1; MinorType.UINT2; MinorType.UINT4; MinorType.UINT8; MinorType.TINYINT; MinorType.SMALLINT;
Attachments
Issue Links
- links to