[ https://issues.apache.org/jira/browse/HIVE-6187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13995623#comment-13995623 ]
Hive QA commented on HIVE-6187: ------------------------------- {color:red}Overall{color}: -1 at least one tests failed Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12644392/HIVE-6187.1.patch {color:red}ERROR:{color} -1 due to 4 failed/errored test(s), 5504 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_stats_partscan_1_23 org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver_dynpart_sort_optimization org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_root_dir_external_table org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_stats_counter {noformat} Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-Build/178/testReport Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-Build/178/console Messages: {noformat} 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: 4 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12644392 > Add test to verify that DESCRIBE TABLE works with quoted table names > -------------------------------------------------------------------- > > Key: HIVE-6187 > URL: https://issues.apache.org/jira/browse/HIVE-6187 > Project: Hive > Issue Type: Bug > Affects Versions: 0.10.0 > Reporter: Andy Mok > Attachments: HIVE-6187.1.patch > > > Backticks around tables named after special keywords, such as items, allow us > to create, drop, and alter the table. For example > {code:sql} > CREATE TABLE foo.`items` (bar INT); > DROP TABLE foo.`items`; > ALTER TABLE `items` RENAME TO `items_`; > {code} > However, we cannot call > {code:sql} > DESCRIBE foo.`items`; > DESCRIBE `items`; > {code} > The DESCRIBE query does not permit backticks to surround table names. The > error returned is > {code:sql} > FAILED: SemanticException [Error 10001]: Table not found `items` > {code} -- This message was sent by Atlassian JIRA (v6.2#6252)