Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
JaySon-Huang authored Mar 15, 2022
1 parent 4ca7adf commit fb3af31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dbms/src/Storages/Page/V3/LogFile/LogFormat.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ static constexpr UInt8 MaxRecordType = RecyclableLastType;
static constexpr UInt32 BLOCK_SIZE = 32 * 1024;
static_assert(BLOCK_SIZE < std::numeric_limits<UInt16>::max());

// CRC32 or CRC64; City128, XXH3 is not well tested for LogFile
using ChecksumClass = Digest::CRC64;

using ChecksumType = ChecksumClass::HashType;
Expand Down

0 comments on commit fb3af31

Please sign in to comment.