Skip to content

Commit

Permalink
fix: minor fix of cache tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tglman committed Jan 17, 2025
1 parent d1ccd84 commit 5bbb8b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2380,7 +2380,7 @@ private OCachePointer loadFileContent(
assert buffer.position() == 0;
assert buffer.order() == ByteOrder.nativeOrder();

fileClassic.read(pagePosition, buffer, true);
fileClassic.read(pagePosition, buffer, false);

if (verifyChecksums
&& (checksumMode == OChecksumMode.StoreAndVerify
Expand Down

0 comments on commit 5bbb8b6

Please sign in to comment.