Hi , I am using Hive 0.14 and try to execute a query:
SHOW TABLE EXTENDED in sampledb LIKE 'custom_table' PARTITION (test_partition='0') This query ends up with exception: FAILED: SemanticException [Error 10001]: Table not found custom_table but, the query works when little change is made to the query: SHOW TABLE EXTENDED LIKE 'sampledb.custom_table' PARTITION (test_partition='0'); I would like to know if the syntax of previous query is incorrect or there exist a problem in Hive with query parsing? Cheers, Subroto Sanyal