ayushtkn commented on code in PR #5535:
URL: https://github.com/apache/hive/pull/5535#discussion_r1833175745


##########
ql/src/java/org/apache/hadoop/hive/ql/QueryInfo.java:
##########
@@ -32,6 +42,7 @@ public class QueryInfo {
   private Long endTime;
   private String state;
   private QueryDisplay queryDisplay;
+  private QueryPlan queryPlan;

Review Comment:
   I am having doubts around this, persisting the entire queryPlan for huge 
queries might lead to some heap challenges at HS2.. 



-- 
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]

Reply via email to