Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-5994

Failure in star expansion on struct fields

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • Impala 2.10.0
    • Impala 2.11.0
    • Catalog
    • None
    • ghx-label-9

    Description

      If a table is created externally in hive with struct field names containing upper case letters, selecting the fields of the struct with a '*' fails with the error 'IllegalStateException: Slot paths should be lower case'

      Repro:

      hive> create table case_test (s struct<FIELD:int>);
      
      impala> invalidate metadata;
      impala> select s.* from case_test;
      

      Attachments

        Activity

          People

            twmarshall Thomas Tauber-Marshall
            twmarshall Thomas Tauber-Marshall
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: