[ https://issues.apache.org/jira/browse/HIVE-24596?focusedWorklogId=559933&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-559933 ]
ASF GitHub Bot logged work on HIVE-24596: ----------------------------------------- Author: ASF GitHub Bot Created on: 02/Mar/21 12:53 Start Date: 02/Mar/21 12:53 Worklog Time Spent: 10m Work Description: kgyrtkirk commented on a change in pull request #2033: URL: https://github.com/apache/hive/pull/2033#discussion_r585539220 ########## File path: ql/src/java/org/apache/hadoop/hive/ql/exec/ExplainTask.java ########## @@ -541,12 +606,12 @@ JSONObject collectAuthRelatedEntities(PrintStream out, ExplainWork work) if (delegate != null) { Class itface = SessionState.get().getAuthorizerInterface(); Object authorizer = AuthorizationFactory.create(delegate, itface, - new AuthorizationFactory.AuthorizationExceptionHandler() { - @Override - public void exception(Exception exception) { - exceptions.add(exception.getMessage()); - } - }); + new AuthorizationFactory.AuthorizationExceptionHandler() { + @Override Review comment: there are lots of pure indentation changes in this patch - are we using the same formatter settings? `dev-support/eclipse-styles.xml` ---------------------------------------------------------------- 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: 559933) Time Spent: 20m (was: 10m) > 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 > Time Spent: 20m > 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)