Skip to content

Commit 53e1cb0

Browse files
JonasKunzkkrik-es
andauthored
Update x-pack/plugin/mapper-exponential-histogram/src/main/java/org/elasticsearch/xpack/exponentialhistogram/EncodedHistogramData.java
Co-authored-by: Kostas Krikellas <[email protected]>
1 parent 3049825 commit 53e1cb0

File tree

1 file changed

+1
-1
lines changed
  • x-pack/plugin/mapper-exponential-histogram/src/main/java/org/elasticsearch/xpack/exponentialhistogram

1 file changed

+1
-1
lines changed

x-pack/plugin/mapper-exponential-histogram/src/main/java/org/elasticsearch/xpack/exponentialhistogram/EncodedHistogramData.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
final class EncodedHistogramData {
2929

3030
// The encoding has the following format:
31-
// 1 byte: scale + flags
31+
// - 1 byte: scale + flags
3232
// scale has a range of less than 64, so we can use the two remaining bits for flags
3333
// Currently the only flag is HAS_NEGATIVE_BUCKETS_FLAG, which indicates that there are negative buckets
3434
// If this flag is not set, we can skip encoding the length of the negative buckets and therefore save a

0 commit comments

Comments
 (0)