[ https://issues.apache.org/jira/browse/HIVE-24596?focusedWorklogId=590182&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-590182 ]
ASF GitHub Bot logged work on HIVE-24596: ----------------------------------------- Author: ASF GitHub Bot Created on: 28/Apr/21 07:29 Start Date: 28/Apr/21 07:29 Worklog Time Spent: 10m Work Description: rbalamohan commented on a change in pull request #2033: URL: https://github.com/apache/hive/pull/2033#discussion_r621889228 ########## File path: ql/src/java/org/apache/hadoop/hive/ql/exec/ExplainTask.java ########## @@ -459,6 +553,8 @@ public int execute() { if (work.getAstStringTree() != null) { outputAST(work.getAstStringTree(), out, work.isFormatted(), 0); } + }else if (work.isDDL()) { Review comment: Fix formatting here. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 590182) Time Spent: 1.5h (was: 1h 20m) > Explain ddl for debugging > ------------------------- > > Key: HIVE-24596 > URL: https://issues.apache.org/jira/browse/HIVE-24596 > Project: Hive > Issue Type: Improvement > Reporter: Rajesh Balamohan > Assignee: Harshit Gupta > Priority: Major > Labels: pull-request-available > Attachments: output, query, table_definitions > > Time Spent: 1.5h > Remaining Estimate: 0h > > For debugging query issues, basic details like table schema, statistics, > partition details, query plans are needed. > It would be good to have "explain ddl" support, which can generate these > details. This can help in recreating the schema and planner issues without > sample data. > -- This message was sent by Atlassian Jira (v8.3.4#803005)