[ 
https://issues.apache.org/jira/browse/HIVE-10108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14392935#comment-14392935
 ] 

Chao commented on HIVE-10108:
-----------------------------

The patch looks good to me. My only concert is that, since now 
{{getIndexTableName()}} is changed back to return only index_table_name, it 
might affect some existing applications which rely on it to return db_name + 
index_table_name. Would like to hear opinions from [~navis], [~thejas], and 
[~xuefuz] on this.

> Index#getIndexTableName() returns db.index_table_name
> -----------------------------------------------------
>
>                 Key: HIVE-10108
>                 URL: https://issues.apache.org/jira/browse/HIVE-10108
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Jimmy Xiang
>            Assignee: Jimmy Xiang
>         Attachments: HIVE-10108.1-spark.patch, HIVE-10108.1.patch, 
> HIVE-10108.2.patch
>
>
> Index#getIndexTableName() used to just returns index table name. Now it 
> returns a qualified table name.  This change was introduced in HIVE-3781.
> As a result:
> IMetaStoreClient#getTable(index.getDbName(), index.getIndexTableName())
> throws ObjectNotFoundException.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to