You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Thomas Tauber-Marshall (JIRA)" <ji...@apache.org> on 2017/09/28 21:09:02 UTC

[jira] [Created] (IMPALA-5994) Failure in star expansion on struct fields

Thomas Tauber-Marshall created IMPALA-5994:
----------------------------------------------

             Summary: Failure in star expansion on struct fields
                 Key: IMPALA-5994
                 URL: https://issues.apache.org/jira/browse/IMPALA-5994
             Project: IMPALA
          Issue Type: Bug
          Components: Catalog
    Affects Versions: Impala 2.10.0
            Reporter: Thomas Tauber-Marshall
            Priority: Blocker


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:
{noformat}
hive> create table case_test (s struct<FIELD:int>);

impala> invalidate metadata;
impala> select s.* from case_test;
{noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)