This is an automated email from the ASF dual-hosted git repository. jackietien pushed a commit to branch ty/packageRefactor in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 1f12c7610b67fe89f48acb1dc38c9355c4de0948 Author: JackieTien97 <[email protected]> AuthorDate: Mon Jun 26 17:46:25 2023 +0800 fix compile error --- iotdb-core/datanode/src/main/codegen/templates/ModeAccumulator.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iotdb-core/datanode/src/main/codegen/templates/ModeAccumulator.ftl b/iotdb-core/datanode/src/main/codegen/templates/ModeAccumulator.ftl index e1d64a02a16..43e4baf8b2c 100644 --- a/iotdb-core/datanode/src/main/codegen/templates/ModeAccumulator.ftl +++ b/iotdb-core/datanode/src/main/codegen/templates/ModeAccumulator.ftl @@ -23,7 +23,7 @@ <#assign className = "${type.dataType?cap_first}ModeAccumulator"> <@pp.changeOutputFile name="/org/apache/iotdb/db/queryengine/aggregation/${className}.java" /> -package org.apache.iotdb.db.queryengine.aggregation; +package org.apache.iotdb.db.queryengine.execution.aggregation; import com.google.common.collect.ImmutableList; import org.apache.commons.collections4.comparators.ComparatorChain;
