David Mollitor created HIVE-23186:
-------------------------------------

             Summary: 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


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)

Reply via email to