deniskuzZ commented on code in PR #4799: URL: https://github.com/apache/hive/pull/4799#discussion_r1979169260
########## ql/src/java/org/apache/hadoop/hive/ql/exec/ExplainTask.java: ########## @@ -1448,7 +1448,8 @@ public static String getExplainOutput(BaseSemanticAnalyzer sem, QueryPlan plan, ret = null; } } else { - task.getJSONPlan(ps, rootTasks, sem.getFetchTask(), false, true, true, sem.getCboInfo(), + boolean isExtended = conf.getBoolVar(ConfVars.HIVE_LOG_EXPLAIN_OUTPUT_INCLUDE_EXTENDED); Review Comment: you have the same conf ref on line 1441, could you please reuse the var. -- 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. To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org