You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "David Mollitor (Jira)" <ji...@apache.org> on 2020/04/13 13:14:00 UTC

[jira] [Assigned] (HIVE-23186) Strict Check SemanticException Should Properly Quote Table Name

     [ https://issues.apache.org/jira/browse/HIVE-23186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Mollitor reassigned HIVE-23186:
-------------------------------------


> Strict Check SemanticException Should Properly Quote Table Name
> ---------------------------------------------------------------
>
>                 Key: HIVE-23186
>                 URL: https://issues.apache.org/jira/browse/HIVE-23186
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: David Mollitor
>            Assignee: David Mollitor
>            Priority: Minor
>
> https://github.com/apache/hive/blob/029cab297a9ae40d249f63040721f93857398648/ql/src/java/org/apache/hadoop/hive/ql/optimizer/ppr/PartitionPruner.java#L191-L192
> {code:java}
>         throw new SemanticException(error + " No partition predicate for Alias \""
>             + alias + "\" Table \"" + tab.getTableName() + "\"");
> {code}
> Use back ticks and use the database name as well.



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