You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@hive.apache.org by GitBox <gi...@apache.org> on 2019/06/06 20:49:08 UTC

[GitHub] [hive] vineetgarg02 commented on a change in pull request #663: HIVE-21818

vineetgarg02 commented on a change in pull request #663: HIVE-21818
URL: https://github.com/apache/hive/pull/663#discussion_r291362481
 
 

 ##########
 File path: ql/src/java/org/apache/hadoop/hive/ql/parse/CalcitePlanner.java
 ##########
 @@ -5172,6 +5171,27 @@ private QBParseInfo getQBParseInfo(QB qb) throws CalciteSemanticException {
     }
   }
 
+  @Override
+  protected Table getTableObjectByName(String tableName, boolean throwException) throws HiveException {
+    if (!tabNameToTabObject.containsKey(tableName)) {
 
 Review comment:
   What happens if although tableName is same but they are different tables belonging to different database?

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


With regards,
Apache Git Services

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