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
+9-12
Original file line number
Diff line number
Diff line change
@@ -327,12 +327,8 @@ protected boolean lessThan(IteratorAndCurrent a, IteratorAndCurrent b) {
327
327
if (reduceRounding.round(top.current.key) != key) {
328
328
// the key changes, reduce what we already buffered and reset the buffer for current buckets
0 commit comments