Skip to content

Commit

Permalink
chore: fix the build after AK update (#6937)
Browse files Browse the repository at this point in the history
  • Loading branch information
agavra authored Feb 3, 2021
1 parent cf793d0 commit b69d74c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public final class RecordFormatter {

// Use a default window size of 1ms for time windows to avoid warnings on deserialization.
// The window size, or the end time computed from it, is not shown to the user.
private static final int DEFAULT_WINDOW_SIZE = 1;
private static final long DEFAULT_WINDOW_SIZE = 1L;

private final Deserializers keyDeserializers;
private final Deserializers valueDeserializers;
Expand Down

0 comments on commit b69d74c

Please sign in to comment.