This is an automated email from the ASF dual-hosted git repository.
lancelly pushed a commit to branch pipelinehierarchyTree
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/pipelinehierarchyTree by this
push:
new 1b63668faf2 remove useless test
1b63668faf2 is described below
commit 1b63668faf2d71f2839d27a1444b1236547e0644
Author: lancelly <[email protected]>
AuthorDate: Tue Apr 23 15:15:20 2024 +0800
remove useless test
---
.../db/queryengine/plan/planner/LocalExecutionPlanContext.java | 6 ------
1 file changed, 6 deletions(-)
diff --git
a/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/planner/LocalExecutionPlanContext.java
b/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/planner/LocalExecutionPlanContext.java
index 9a55d298a0e..05bab39df39 100644
---
a/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/planner/LocalExecutionPlanContext.java
+++
b/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/planner/LocalExecutionPlanContext.java
@@ -18,7 +18,6 @@
*/
package org.apache.iotdb.db.queryengine.plan.planner;
-import org.apache.iotdb.commons.utils.TestOnly;
import org.apache.iotdb.db.conf.IoTDBDescriptor;
import org.apache.iotdb.db.queryengine.common.FragmentInstanceId;
import org.apache.iotdb.db.queryengine.execution.driver.DataDriverContext;
@@ -350,9 +349,4 @@ public class LocalExecutionPlanContext {
public TemplatedInfo getTemplatedInfo() {
return typeProvider.getTemplatedInfo();
}
-
- @TestOnly
- public Map<PlanNodeId, List<PipelineMemoryEstimator>>
getParentPlanNodeIdToMemoryEstimator() {
- return parentPlanNodeIdToMemoryEstimator;
- }
}