Skip to content

Commit c9e8d57

Browse files
fix: Fixing issues encountered during the conflict resolution process
1 parent 5c21459 commit c9e8d57

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

iotdb-core/calc-commons/src/main/java/org/apache/iotdb/calc/plan/planner/TableOperatorGenerator.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1330,7 +1330,6 @@ protected AggregationOperator planGlobalAggregation(
13301330
null,
13311331
Collections.emptySet(),
13321332
operatorContext.getMemoryReservationContext())));
1333-
Collections.emptySet())));
13341333
return createAggregationOperator(operatorContext, child, aggregatorBuilder.build());
13351334
}
13361335

0 commit comments

Comments
 (0)