You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Jesus Camacho Rodriguez (Jira)" <ji...@apache.org> on 2020/09/11 05:33:00 UTC

[jira] [Created] (HIVE-24147) Table column names are not extracted correctly in Hive JDBC storage handler

Jesus Camacho Rodriguez created HIVE-24147:
----------------------------------------------

             Summary: Table column names are not extracted correctly in Hive JDBC storage handler
                 Key: HIVE-24147
                 URL: https://issues.apache.org/jira/browse/HIVE-24147
             Project: Hive
          Issue Type: Bug
          Components: JDBC storage handler
    Affects Versions: 4.0.0
            Reporter: Jesus Camacho Rodriguez
            Assignee: Jesus Camacho Rodriguez


It seems the `ResultSetMetaData` extracted from the query to retrieve the table columns names contains these columns as fully qualified names instead of possibly using the {{getTableName}} method. This ends up throwing the storage handler off and leading to exceptions, both in CBO path and non-CBO path.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)