Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JingsongLi committed Aug 1, 2024
1 parent 926c4ee commit a38d6ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public void test() throws IOException {
new SegmentsCache<>(1024, MemorySize.ofKibiBytes(5), Long.MAX_VALUE),
new StringSerializer(),
RowType.of(DataTypes.STRING()),
k -> null,
k -> 1L,
(k, size) ->
CloseableIterator.adapterForIterator(
map.get(k).stream()
Expand Down

0 comments on commit a38d6ce

Please sign in to comment.