You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Jenny Kim (JIRA)" <ji...@apache.org> on 2015/07/14 23:19:04 UTC

[jira] [Created] (HIVE-11261) DESCRIBE database qualifier does not work when calling DESCRIBE on column or nested columns.

Jenny Kim created HIVE-11261:
--------------------------------

             Summary: DESCRIBE database qualifier does not work when calling DESCRIBE on column or nested columns.
                 Key: HIVE-11261
                 URL: https://issues.apache.org/jira/browse/HIVE-11261
             Project: Hive
          Issue Type: Bug
          Components: Parser
            Reporter: Jenny Kim
            Priority: Minor


When running a DESCRIBE on a column or nested column, Hive raises a SemanticException if a database qualifier is included:

hive> DESCRIBE `default`.`merchants`.`products`;
FAILED: SemanticException [Error 10004]: Invalid table alias or column reference default.merchants.products

hive> DESCRIBE `default`.`merchants`.`products`.`$value$`;
FAILED: SemanticException [Error 10001]: Table not found default.merchants.products.$value$




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)