soumyakanti3578 commented on code in PR #6230:
URL: https://github.com/apache/hive/pull/6230#discussion_r2623956513
##########
ql/src/java/org/apache/hadoop/hive/ql/exec/ExplainTask.java:
##########
@@ -603,13 +601,8 @@ public int execute() {
} else {
JSONObject jsonPlan = getJSONPlan(out, work);
if (work.isFormatted()) {
- // use the parser to get the output operators of RS
- JsonParser jsonParser = JsonParserFactory.getParser(conf);
- if (jsonParser != null) {
- jsonParser.print(jsonPlan, null);
- LOG.info("JsonPlan is augmented to {}", jsonPlan);
Review Comment:
I think it's fine to not add it. I am resolving this comment.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]