You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: iotdb-core/datanode/src/test/java/org/apache/iotdb/db/queryengine/execution/operator/AlignedSeriesAggregationScanOperatorTest.java
+48Lines changed: 48 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -124,6 +124,9 @@ public void testAggregationWithoutTimeFilter() throws Exception {
Copy file name to clipboardExpand all lines: iotdb-core/datanode/src/test/java/org/apache/iotdb/db/queryengine/execution/operator/FillOperatorTest.java
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -212,6 +212,9 @@ public long ramBytesUsed() {
212
212
};
213
213
while (fillOperator.hasNext()) {
214
214
TsBlockblock = nextNonEmpty(fillOperator);
215
+
if (block == null) {
216
+
continue;
217
+
}
215
218
for (inti = 0; i < block.getPositionCount(); i++) {
Copy file name to clipboardExpand all lines: iotdb-core/datanode/src/test/java/org/apache/iotdb/db/queryengine/execution/operator/HorizontallyConcatOperatorTest.java
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -205,6 +205,9 @@ public void batchTest1() throws Exception {
205
205
while (horizontallyConcatOperator.isBlocked().isDone()
Copy file name to clipboardExpand all lines: iotdb-core/datanode/src/test/java/org/apache/iotdb/db/queryengine/execution/operator/MergeTreeSortOperatorTest.java
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1796,6 +1796,9 @@ public void mergeSortTest() throws Exception {
1796
1796
intindex = 0;
1797
1797
while (treeMergeSortOperator.isBlocked().isDone() && treeMergeSortOperator.hasNext()) {
Copy file name to clipboardExpand all lines: iotdb-core/datanode/src/test/java/org/apache/iotdb/db/queryengine/execution/operator/OffsetOperatorTest.java
Copy file name to clipboardExpand all lines: iotdb-core/datanode/src/test/java/org/apache/iotdb/db/queryengine/execution/operator/OperatorTestUtils.java
0 commit comments