We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0b1168 commit ba3c0f3Copy full SHA for ba3c0f3
fe/fe-core/src/main/java/org/apache/doris/common/profile/Profile.java
@@ -559,6 +559,9 @@ public void setSummaryProfile(SummaryProfile summaryProfile) {
559
public void releaseMemory() {
560
this.executionProfiles.clear();
561
this.changedSessionVarCache = "";
562
+ this.physicalPlan = null;
563
+ this.rowsProducedMap = null;
564
+ this.physicalRelations = null;
565
}
566
567
public boolean shouldStoreToStorage() {
0 commit comments