Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-7630

Add additional types into SchemaParser

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.17.0
    • 1.18.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

          Activity

            People

              arina Arina Ielchiieva
              volodymyr Vova Vysotskyi
              Vova Vysotskyi Vova Vysotskyi
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: