kgyrtkirk commented on a change in pull request #550: HIVE-21198 Introduce a 
database object reference class
URL: https://github.com/apache/hive/pull/550#discussion_r343199404
 
 

 ##########
 File path: 
ql/src/java/org/apache/hadoop/hive/ql/ddl/table/AbstractAlterTableDesc.java
 ##########
 @@ -62,8 +62,8 @@ public AlterTableType getType() {
   }
 
   @Explain(displayName = "table name", explainLevels = { Level.USER, 
Level.DEFAULT, Level.EXTENDED })
-  public String getTableName() {
-    return tableName;
+  public String getDbTableName() {
 
 Review comment:
   in this file we have "FullTableName" and "DbTableName" - I think it would 
help to define what is what in the TableName class or something; and the (try) 
to use the same concepts consequently  (of course this can be done later as 
well)

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org
For additional commands, e-mail: gitbox-h...@hive.apache.org

Reply via email to