[ https://issues.apache.org/jira/browse/HIVE-8109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14134665#comment-14134665 ]
Sravya Tirukkovalur commented on HIVE-8109: ------------------------------------------- Not sure if this is intended but here is the behavior: hive> SHOW TABLE EXTENDED LIKE pokes*; OK tableName:pokes1 owner:carl location:hdfs://localhost/user/hive/warehouse/pokes1 inputformat:org.apache.hadoop.mapred.TextInputFormat outputformat:org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat columns:struct columns { i32 num} partitioned:false partitionColumns: totalNumberFiles:0 totalFileSize:0 maxFileSize:0 minFileSize:0 lastAccessTime:0 lastUpdateTime:1274517075221 tableName:pokes2 owner:carl location:hdfs://localhost/user/hive/warehouse/pokes2 inputformat:org.apache.hadoop.mapred.TextInputFormat outputformat:org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat columns:struct columns { i32 num} partitioned:false partitionColumns: totalNumberFiles:0 totalFileSize:0 maxFileSize:0 minFileSize:0 lastAccessTime:0 lastUpdateTime:1274517075221 where the column name is always "tab_name" > 'SHOW TABLE EXTENDED LIKE' command prints each column in a separate line > ------------------------------------------------------------------------ > > Key: HIVE-8109 > URL: https://issues.apache.org/jira/browse/HIVE-8109 > Project: Hive > Issue Type: Bug > Reporter: Sravya Tirukkovalur > Priority: Minor > -- This message was sent by Atlassian JIRA (v6.3.4#6332)