deniskuzZ commented on code in PR #4799: URL: https://github.com/apache/hive/pull/4799#discussion_r1938326973
########## ql/src/java/org/apache/hadoop/hive/ql/exec/ExplainTask.java: ########## @@ -1448,7 +1448,9 @@ public static String getExplainOutput(BaseSemanticAnalyzer sem, QueryPlan plan, ret = null; } } else { - task.getJSONPlan(ps, rootTasks, sem.getFetchTask(), false, true, true, sem.getCboInfo(), + task.getJSONPlan(ps, rootTasks, sem.getFetchTask(), false, + conf.getBoolVar(ConfVars.HIVE_LOG_EXPLAIN_OUTPUT_INCLUDE_EXTENDED), Review Comment: @ryukobayashi, could you please extract this into local var `isExtended`? -- 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