Skip to content

Commit 76b06b8

Browse files
committed
fix test
1 parent 4883118 commit 76b06b8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

x-pack/plugin/esql/compute/src/test/java/org/elasticsearch/compute/aggregation/GroupingAggregatorFunctionTestCase.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -772,11 +772,6 @@ public void addIntermediateInput(int positionOffset, IntVector groupIds, Page pa
772772
}
773773
}
774774

775-
@Override
776-
public void addIntermediateRowInput(int groupId, GroupingAggregatorFunction input, int position) {
777-
delegate.addIntermediateRowInput(groupId, input, position);
778-
}
779-
780775
@Override
781776
public void evaluateIntermediate(Block[] blocks, int offset, IntVector selected) {
782777
delegate.evaluateIntermediate(blocks, offset, selected);

0 commit comments

Comments
 (0)