kgyrtkirk commented on a change in pull request #882: HIVE-22747 Break up 
DDLSemanticAnalyzer - extract Table info and lock analyzers
URL: https://github.com/apache/hive/pull/882#discussion_r377707866
 
 

 ##########
 File path: ql/src/java/org/apache/hadoop/hive/ql/ddl/DDLUtils.java
 ##########
 @@ -219,4 +220,21 @@ private static String getHS2Host(HiveConf conf) throws 
SemanticException {
 
     throw new SemanticException("Kill query is only supported in HiveServer2 
(not hive cli)");
   }
+
+  /**
+   * Get the fully qualified name in the node.
+   * E.g. the node of the form ^(DOT ^(DOT a b) c) will generate a name of the 
form "a.b.c".
+   */
+  public static String getFQName(ASTNode node) {
 
 Review comment:
   I don't believe this method will work correctly for quoted cases like:
   ```
   `db`.`table` 
   ```
   right now I don't see the original place where this was...
   ...it work just like before?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to