[ 
https://issues.apache.org/jira/browse/HIVE-1497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Russell Melick updated HIVE-1497:
---------------------------------

    Attachment: HIVE-1497.6.patch

 * Removed commented out code
 * Added a test case with index comment
 * Added FORMATTED keyword to optionally show column headers
 * Added test case for compound index

Yongqiang, I'm not sure why we want to take out the line
{nopanel}
setFetchTask(createFetchTask(showIndexesDesc.getSchema()));
{nopanel}
The other functions in the SemanticAnalyzer have similar function calls.

John, we get the column headers directly from the schema we set inside of 
ShowIndexesDesc, so it would be difficult to pluralize col_name.  Do you know 
what other show commands do?

> support COMMENT clause on CREATE INDEX, and add new command for SHOW INDEXES
> ----------------------------------------------------------------------------
>
>                 Key: HIVE-1497
>                 URL: https://issues.apache.org/jira/browse/HIVE-1497
>             Project: Hive
>          Issue Type: Improvement
>          Components: Indexing
>    Affects Versions: 0.7.0
>            Reporter: John Sichi
>            Assignee: Russell Melick
>             Fix For: 0.7.0
>
>         Attachments: HIVE-1497.4.patch, HIVE-1497.5.patch, HIVE-1497.6.patch, 
> hive-1497.p1.patch, hive-1497.p2.patch, hive-1497.p3.patch
>
>
> We need to work out the syntax for SHOW/DESCRIBE, taking partitioning into 
> account.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to