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: x-pack/plugin/esql/compute/src/main/java/org/elasticsearch/compute/aggregation/blockhash/CategorizeRawBlockHash.java
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ public BitArray seenGroupIds(BigArrays bigArrays) {
61
61
62
62
@Override
63
63
publicvoidclose() {
64
-
// TODO
64
+
evaluator.close();
65
65
}
66
66
67
67
/**
@@ -102,7 +102,9 @@ public Block eval(BytesRefBlock vBlock) {
0 commit comments