+ /*if (!tbl.isIndexed())
{
+ console.printError("Table " + tableName + " does not have any indexes");
+ return 1;
+ }
*/
need to be removed.
need to be removed.
There is no index comment in the new testcase. Can you add some test cases?
SHOW INDEX ON shidx_t1; right now lists all indexes on the given table? Can we also support show one index? i mean sth like : 'show index index_name on tbl' (you can do it in a follow up jira)
Right now the show index output format is:
John, is this intentional?
Otherwise, the patch looks good.
Followup for
HIVE-417.