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/test/java/org/elasticsearch/compute/aggregation/GroupingAggregatorFunctionTestCase.java
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -781,6 +781,14 @@ public String describe() {
781
781
};
782
782
}
783
783
784
+
/**
785
+
* Custom {@link HashAggregationOperator.HashAggregationOperatorFactory} implementation that
786
+
* randomizes the GroupIds block type passed to AddInput.
0 commit comments