This is an automated email from the ASF dual-hosted git repository.
jackietien pushed a commit to branch IOTDB-6115
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/IOTDB-6115 by this push:
new 2d2bb0a284a fix ut compilation error
2d2bb0a284a is described below
commit 2d2bb0a284a2e3374c3b32c50479b956f72281b6
Author: JackieTien97 <[email protected]>
AuthorDate: Thu Aug 17 08:54:16 2023 +0800
fix ut compilation error
---
.../apache/iotdb/db/queryengine/plan/plan/QueryLogicalPlanUtil.java | 5 ++++-
pom.xml | 1 -
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git
a/iotdb-core/datanode/src/test/java/org/apache/iotdb/db/queryengine/plan/plan/QueryLogicalPlanUtil.java
b/iotdb-core/datanode/src/test/java/org/apache/iotdb/db/queryengine/plan/plan/QueryLogicalPlanUtil.java
index 0b2ea440c5c..b36feab3cff 100644
---
a/iotdb-core/datanode/src/test/java/org/apache/iotdb/db/queryengine/plan/plan/QueryLogicalPlanUtil.java
+++
b/iotdb-core/datanode/src/test/java/org/apache/iotdb/db/queryengine/plan/plan/QueryLogicalPlanUtil.java
@@ -172,7 +172,10 @@ public class QueryLogicalPlanUtil {
Ordering.ASC));
sourceNodeList.add(
new AlignedSeriesScanNode(
- queryId.genPlanNodeId(), (AlignedPath)
schemaMap.get("root.sg.d2.a"), Ordering.ASC));
+ queryId.genPlanNodeId(),
+ (AlignedPath) schemaMap.get("root.sg.d2.a"),
+ Ordering.ASC,
+ false));
for (PlanNode sourceNode : sourceNodeList) {
if (sourceNode instanceof SeriesScanNode) {
diff --git a/pom.xml b/pom.xml
index b6a82cd6eba..7d40a16f281 100644
--- a/pom.xml
+++ b/pom.xml
@@ -395,7 +395,6 @@
<artifactId>jackson-core-asl</artifactId>
<version>${jackson-core-asl.version}</version>
</dependency>
-
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>