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: server/src/main/java/org/elasticsearch/search/aggregations/bucket/histogram/InternalAutoDateHistogram.java
+3-34
Original file line number
Diff line number
Diff line change
@@ -500,24 +500,15 @@ public InternalAggregation doReduce(List<InternalAggregation> aggregations, Redu
Copy file name to clipboardExpand all lines: server/src/test/java/org/elasticsearch/search/aggregations/bucket/histogram/AutoDateHistogramAggregatorTests.java
Copy file name to clipboardExpand all lines: server/src/test/java/org/elasticsearch/search/aggregations/bucket/histogram/InternalAutoDateHistogramTests.java
+1-5
Original file line number
Diff line number
Diff line change
@@ -50,15 +50,11 @@ public class InternalAutoDateHistogramTests extends InternalMultiBucketAggregati
50
50
51
51
privateDocValueFormatformat;
52
52
privateRoundingInfo[] roundingInfos;
53
-
privateintnbBuckets;
54
53
55
54
@Override
56
55
publicvoidsetUp() throwsException {
57
56
super.setUp();
58
-
// these need to be the same for each new instance created so that {@link #testReduceRandom()}
0 commit comments