[ https://issues.apache.org/jira/browse/HIVE-1658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Thiruvel Thirumoolan updated HIVE-1658: --------------------------------------- Attachment: HIVE-1658_3.patch Changelog: 1. Updated code changes attached. Fixed a bug in DDLTask that was in last patch. 2. Added describe_table.q test to test various desc scenarios. 3. Updated create_view.q to also include 'desc formatted' for views. 4. hbase_stats.q had a bug and was failing from a fresh checkout too. Have fixed it. 5. All other changes are updates to test output. desc table - This retains the old behavior. <field name><tab><type><tab><comment> <field name><tab><type><tab> # if no comment > Fix describe [extended] column formatting > ----------------------------------------- > > Key: HIVE-1658 > URL: https://issues.apache.org/jira/browse/HIVE-1658 > Project: Hadoop Hive > Issue Type: Bug > Affects Versions: 0.7.0 > Reporter: Paul Yang > Assignee: Thiruvel Thirumoolan > Attachments: HIVE-1658-PrelimPatch.patch, HIVE-1658_1.patch, > HIVE-1658_3.patch > > > When displaying the column schema, the formatting should follow should be > name<TAB>type<TAB>comment<NEWLINE> > to be inline with the previous formatting style for backward compatibility. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.