zhiqiang-hhhh commented on code in PR #57257:
URL: https://github.com/apache/doris/pull/57257#discussion_r2459870245


##########
fe/fe-core/src/main/java/org/apache/doris/common/profile/Profile.java:
##########
@@ -559,6 +559,9 @@ public void setSummaryProfile(SummaryProfile 
summaryProfile) {
     public void releaseMemory() {
         this.executionProfiles.clear();
         this.changedSessionVarCache = "";
+        this.physicalPlan = null;
+        this.rowsProducedMap = null;
+        this.physicalRelations = null;

Review Comment:
   does planNodeMap need to be removed?



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