Skip to content
This repository has been archived by the owner on Mar 3, 2024. It is now read-only.

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
vbandurin7 committed Dec 6, 2023
1 parent ba2bd72 commit b82f53a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ private static MemorySegment fillSSTable(Arena arena, Path newFilePath, Iterable
// bloom:
// |bloom_size|long_value1|long_value2|long_value3|...
// long values stored in bloom filter - representation of bits
// bloomSize = index start
// bloomSize = index start
fileSegment.set(ValueLayout.JAVA_LONG_UNALIGNED, 0, bloomSize);
long bloomOffset = Long.BYTES;
for (Long hash : bloom.getFilter().getLongs()) {
Expand Down

0 comments on commit b82f53a

Please sign in to comment.