[ https://issues.apache.org/jira/browse/HIVE-15724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15954513#comment-15954513 ]
Hive QA commented on HIVE-15724: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12849461/HIVE-15724.2.patch {color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified. {color:red}ERROR:{color} -1 due to 2 failed/errored test(s), 10574 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestBeeLineDriver.testCliDriver[drop_with_concurrency] (batchId=234) org.apache.hadoop.hive.cli.TestBeeLineDriver.testCliDriver[escape_comments] (batchId=234) {noformat} Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/4528/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/4528/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-4528/ Messages: {noformat} Executing org.apache.hive.ptest.execution.TestCheckPhase Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase Tests exited with: TestsFailedException: 2 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12849461 - PreCommit-HIVE-Build > getPrimaryKeys and getForeignKeys in metastore does not normalize db and > table name > ----------------------------------------------------------------------------------- > > Key: HIVE-15724 > URL: https://issues.apache.org/jira/browse/HIVE-15724 > Project: Hive > Issue Type: Bug > Components: Metastore > Reporter: Daniel Dai > Assignee: Daniel Dai > Attachments: HIVE-15724.1.patch, HIVE-15724.2.patch > > > In db, everything is lower case. When we retrieve constraints back, we need > to normalize dbname/tablename. Otherwise, the following sample script fail: > alter table Table9 add constraint pk1 primary key (a) disable novalidate; > ALTER TABLE Table9 drop constraint pk1; > Error message: InvalidObjectException(message:The constraint: pk1 does not > exist for the associated table: default.Table9 -- This message was sent by Atlassian JIRA (v6.3.15#6346)