[
https://issues.apache.org/jira/browse/HIVE-10108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14390793#comment-14390793
]
Jimmy Xiang commented on HIVE-10108:
------------------------------------
The patch (1) fixed Index#getIndexTableName() to return just the
index_table_name without the database info, (2) prevents creating an index in a
database different from the base table since it is not fully supported, for
example, there is a problem HIVE-10109.
> 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)