You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2013/01/09 11:28:08 UTC

[jira] [Commented] (HIVE-2909) SHOW COLUMNS table_name; to provide a comma-delimited list of columns.

    [ https://issues.apache.org/jira/browse/HIVE-2909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13548062#comment-13548062 ] 

Hudson commented on HIVE-2909:
------------------------------

Integrated in Hive-trunk-hadoop2 #54 (See [https://builds.apache.org/job/Hive-trunk-hadoop2/54/])
    HIVE-2909. SHOW COLUMNS table_name; to provide a comma-delimited list of columns. (njain via kevinwilfong) (Revision 1365222)

     Result = ABORTED
kevinwilfong : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1365222
Files : 
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/DDLTask.java
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/parse/DDLSemanticAnalyzer.java
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/parse/Hive.g
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzerFactory.java
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/plan/DDLWork.java
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/plan/HiveOperation.java
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/plan/ShowColumnsDesc.java
* /hive/trunk/ql/src/test/queries/clientnegative/show_columns1.q
* /hive/trunk/ql/src/test/queries/clientnegative/show_columns2.q
* /hive/trunk/ql/src/test/queries/clientnegative/show_columns3.q
* /hive/trunk/ql/src/test/queries/clientpositive/show_columns.q
* /hive/trunk/ql/src/test/results/clientnegative/show_columns1.q.out
* /hive/trunk/ql/src/test/results/clientnegative/show_columns2.q.out
* /hive/trunk/ql/src/test/results/clientnegative/show_columns3.q.out
* /hive/trunk/ql/src/test/results/clientpositive/show_columns.q.out

                
> SHOW COLUMNS table_name; to provide a comma-delimited list of columns.
> ----------------------------------------------------------------------
>
>                 Key: HIVE-2909
>                 URL: https://issues.apache.org/jira/browse/HIVE-2909
>             Project: Hive
>          Issue Type: New Feature
>            Reporter: Adam Kramer
>            Assignee: Namit Jain
>            Priority: Minor
>             Fix For: 0.10.0
>
>         Attachments: ASF.LICENSE.NOT.GRANTED--HIVE-2909.D2595.1.patch, ASF.LICENSE.NOT.GRANTED--HIVE-2909.D2595.2.patch, ASF.LICENSE.NOT.GRANTED--HIVE-2909.D2595.3.patch, ASF.LICENSE.NOT.GRANTED--HIVE-2909.D2595.4.patch, ASF.LICENSE.NOT.GRANTED--HIVE-2909.D2595.5.patch
>
>
> Due to the way that SELECT * and partitioning works, it is frequently obnoxious to insert data into tables of the same schema.
> This could be fixed in a number of ways, all murky; this feature request reduces the obnoxicity of the current situation.
> SHOW COLUMNS foo;
> OK
> bar, baz, tball, ds
> ...then I could just copy the first three and not the last.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira