[
https://issues.apache.org/jira/browse/HIVE-19576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16487452#comment-16487452
]
Hive QA commented on HIVE-19576:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12924568/HIVE-19576.1take4.patch
{color:red}ERROR:{color} -1 due to no test(s) being added or modified.
{color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 14357 tests
executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.metastore.TestHiveMetaStoreSchemaMethods.org.apache.hadoop.hive.metastore.TestHiveMetaStoreSchemaMethods
(batchId=218)
{noformat}
Test results:
https://builds.apache.org/job/PreCommit-HIVE-Build/11160/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/11160/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-11160/
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.YetusPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests exited with: TestsFailedException: 1 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12924568 - PreCommit-HIVE-Build
> IHMSHandler.getTable not always fetching the right catalog
> ----------------------------------------------------------
>
> Key: HIVE-19576
> URL: https://issues.apache.org/jira/browse/HIVE-19576
> Project: Hive
> Issue Type: Bug
> Components: Metastore
> Affects Versions: 3.0.0
> Reporter: Alan Gates
> Assignee: Alan Gates
> Priority: Major
> Fix For: 3.0.1
>
> Attachments: HIVE-19576.1take2.patch, HIVE-19576.1take3.patch,
> HIVE-19576.1take4.patch, HIVE-19576.patch
>
>
> {{IHMSHandler.get_table_core(String dbName, String tableName)}} fetches the
> catalog name from the conf. This causes issues when doing an operation where
> the catalog is known and does not match the default provided in the
> configuration file (e.g. adding a partition). This method should be removed
> and callers forced to use {{IHMSHandler.get_table_core(String catName, String
> dbName, String tableName)}} instead since callers will know whether they have
> the catalog name or not.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)